Skip to content

Commit

Permalink
[] (0) Oops, we were leaking information about the entanglement status.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@2534 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Dec 16, 2008
1 parent 63858c8 commit cbfe936
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions index
Expand Up @@ -44612,16 +44612,16 @@ interface <dfn id=messagechannel>MessageChannel</dfn> {
<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>

Expand Down
10 changes: 5 additions & 5 deletions source
Expand Up @@ -50963,17 +50963,17 @@ interface <dfn>MessageChannel</dfn> {
<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>

Expand Down

0 comments on commit cbfe936

Please sign in to comment.