html5/workers Overview.html,1.124,1.125

Update of /sources/public/html5/workers
In directory hutz:/tmp/cvs-serv31226

Modified Files:
	Overview.html 
Log Message:
Allow workers to be GC'ed when they become useless. (whatwg r3145)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/workers/Overview.html,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -d -r1.124 -r1.125
--- Overview.html	28 May 2009 09:25:12 -0000	1.124
+++ Overview.html	28 May 2009 21:29:46 -0000	1.125
@@ -1279,8 +1279,8 @@
    <li>
 
     <p><strong>Closing orphan workers</strong>: Start monitoring the
-    worker such that no sooner than it stops being either an
-    <a href="#active-needed-worker">active needed worker</a> or a <a href="#suspendable-worker">suspendable
+    worker such that no sooner than it stops being either a
+    <a href="#protected-worker">protected worker</a> or a <a href="#suspendable-worker">suspendable
     worker</a>, and no later than it stops being a
     <a href="#permissible-worker">permissible worker</a>, <var title="">worker global
     scope</var>'s <a href="#dom-workerglobalscope-closing" title="dom-WorkerGlobalScope-closing">closing</a> flag is set

Received on Thursday, 28 May 2009 21:29:55 UTC