[html5] r2534 - [] (0) Oops, we were leaking information about the entanglement status.
whatwg at whatwg.org
whatwg at whatwg.org
Mon Dec 15 22:35:49 PST 2008
Author: ianh
Date: 2008-12-15 22:35:48 -0800 (Mon, 15 Dec 2008)
New Revision: 2534
Modified:
index
source
Log:
[] (0) Oops, we were leaking information about the entanglement status.
Modified: index
===================================================================
--- index 2008-12-16 04:46:39 UTC (rev 2533)
+++ index 2008-12-16 06:35:48 UTC (rev 2534)
@@ -44612,16 +44612,16 @@
<li><p>Let <var title="">data port</var> be the method's second
argument, if any.</li>
+ <li><p>Let <var title="">message clone</var> be the result of
+ obtaining a <a href=#structured-clone>structured clone</a> of the <var title="">message</var> argument. If this returns an exception, then
+ throw that exception and abort these steps.</li>
+
<li><p>If the <var title="">source port</var> is not entangled with
another port, then return and abort these steps.</li>
<!-- we don't raise an exception because this can happen moment's
notice. we don't return false because if the port is _about_
to be closed, the message might not be listened for anyway. -->
- <li><p>Let <var title="">message clone</var> be the result of
- obtaining a <a href=#structured-clone>structured clone</a> of the <var title="">message</var> argument. If this returns an exception, then
- throw that exception and abort these steps.</li>
-
<li><p>Let <var title="">target port</var> be the port with which
<var title="">source port</var> is entangled.</li>
Modified: source
===================================================================
--- source 2008-12-16 04:46:39 UTC (rev 2533)
+++ source 2008-12-16 06:35:48 UTC (rev 2534)
@@ -50963,17 +50963,17 @@
<li><p>Let <var title="">data port</var> be the method's second
argument, if any.</p></li>
+ <li><p>Let <var title="">message clone</var> be the result of
+ obtaining a <span>structured clone</span> of the <var
+ title="">message</var> argument. If this returns an exception, then
+ throw that exception and abort these steps.</p></li>
+
<li><p>If the <var title="">source port</var> is not entangled with
another port, then return and abort these steps.</p></li>
<!-- we don't raise an exception because this can happen moment's
notice. we don't return false because if the port is _about_
to be closed, the message might not be listened for anyway. -->
- <li><p>Let <var title="">message clone</var> be the result of
- obtaining a <span>structured clone</span> of the <var
- title="">message</var> argument. If this returns an exception, then
- throw that exception and abort these steps.</p></li>
-
<li><p>Let <var title="">target port</var> be the port with which
<var title="">source port</var> is entangled.</p></li>
More information about the Commit-Watchers
mailing list