- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 16 Dec 2008 06:35:56 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv2403
Modified Files:
Overview.html
Log Message:
Oops, we were leaking information about the entanglement status. (whatwg r2534)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1704
retrieving revision 1.1705
diff -u -d -r1.1704 -r1.1705
--- Overview.html 16 Dec 2008 04:46:44 -0000 1.1704
+++ Overview.html 16 Dec 2008 06:35:53 -0000 1.1705
@@ -35873,16 +35873,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>
Received on Tuesday, 16 December 2008 06:36:11 UTC