[html5] r3147 - [] (0) Clarify MessagePort GC rules.

whatwg at whatwg.org whatwg at whatwg.org
Thu May 28 17:38:39 PDT 2009


Author: ianh
Date: 2009-05-28 17:38:37 -0700 (Thu, 28 May 2009)
New Revision: 3147

Modified:
   index
   source
Log:
[] (0) Clarify MessagePort GC rules.

Modified: index
===================================================================
--- index	2009-05-29 00:02:38 UTC (rev 3146)
+++ index	2009-05-29 00:38:37 UTC (rev 3147)
@@ -39,7 +39,7 @@
   <div class=head>
    <p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
    <h1>HTML 5</h1>
-   <h2 class="no-num no-toc" id=draft-recommendation-—-date:-01-jan-1901>Draft Recommendation — 28 May 2009</h2>
+   <h2 class="no-num no-toc" id=draft-recommendation-—-date:-01-jan-1901>Draft Recommendation — 29 May 2009</h2>
    <p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <dl><dt>Multiple-page version:</dt>
@@ -58192,9 +58192,9 @@
 
   <h5 id=ports-and-garbage-collection><span class=secno>8.3.3.1 </span>Ports and garbage collection</h5>
 
-  <p>User agents must either act as if <code><a href=#messageport>MessagePort</a></code>
-  objects have a strong reference to their entangled
-  <code><a href=#messageport>MessagePort</a></code> object or as if each
+  <p>When a <code><a href=#messageport>MessagePort</a></code> object is entangled, user agents
+  must either act as if the object has a strong reference to its
+  entangled <code><a href=#messageport>MessagePort</a></code> object, or as if the
   <code><a href=#messageport>MessagePort</a></code> object's owner has a strong reference to
   the <code><a href=#messageport>MessagePort</a></code> object.</p>
 

Modified: source
===================================================================
--- source	2009-05-29 00:02:38 UTC (rev 3146)
+++ source	2009-05-29 00:38:37 UTC (rev 3147)
@@ -71648,9 +71648,9 @@
 
   <h5>Ports and garbage collection</h5>
 
-  <p>User agents must either act as if <code>MessagePort</code>
-  objects have a strong reference to their entangled
-  <code>MessagePort</code> object or as if each
+  <p>When a <code>MessagePort</code> object is entangled, user agents
+  must either act as if the object has a strong reference to its
+  entangled <code>MessagePort</code> object, or as if the
   <code>MessagePort</code> object's owner has a strong reference to
   the <code>MessagePort</code> object.</p>
 




More information about the Commit-Watchers mailing list