Skip to content

Commit

Permalink
[giow] (1) Make sure you can create a MessageEvent object with a Mess…
Browse files Browse the repository at this point in the history
…agePort as a source.

Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=23011
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@8148 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 20, 2013
1 parent 31647fc commit 0a65cb4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Expand Up @@ -81113,7 +81113,7 @@ <h3 id=event-definitions-2><span class=secno>10.1 </span>Event definitions</h3>
any data;
DOMString origin;
DOMString lastEventId;
<a href=#windowproxy>WindowProxy</a>? source;
(<a href=#windowproxy>WindowProxy</a> or <a href=#messageport>MessagePort</a>)? source;
<a href=#messageport>MessagePort</a>[]? ports;
};</pre>

Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -81113,7 +81113,7 @@ dictionary <dfn id=messageeventinit>MessageEventInit</dfn> : <a href=#eventinit>
any data;
DOMString origin;
DOMString lastEventId;
<a href=#windowproxy>WindowProxy</a>? source;
(<a href=#windowproxy>WindowProxy</a> or <a href=#messageport>MessagePort</a>)? source;
<a href=#messageport>MessagePort</a>[]? ports;
};</pre>

Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -90362,7 +90362,7 @@ dictionary <dfn>MessageEventInit</dfn> : <span>EventInit</span> {
any data;
DOMString origin;
DOMString lastEventId;
<span>WindowProxy</span>? source;
(<span>WindowProxy</span> or <span>MessagePort</span>)? source;
<span>MessagePort</span>[]? ports;
};</pre>

Expand Down

0 comments on commit 0a65cb4

Please sign in to comment.