Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) Forgot to remove this member when I dropped the channel membe…
…r elsewhere. (MessageEventInit.channel)

Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=26355
Affected topics: DOM APIs

git-svn-id: http://svn.whatwg.org/webapps@8694 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 19, 2014
1 parent 373cebb commit eabf808
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion complete.html
Expand Up @@ -65185,7 +65185,6 @@ <h3 id=the-messageevent-interfaces>9.1 The <code id=the-messageevent-interfaces:
any data;
DOMString origin;
DOMString lastEventId;
DOMString channel;
(<a href=#windowproxy id=the-messageevent-interfaces:windowproxy-2>WindowProxy</a> or <a href=#messageport id=the-messageevent-interfaces:messageport-3>MessagePort</a>)? source;
sequence&lt;<a href=#messageport id=the-messageevent-interfaces:messageport-4>MessagePort</a>> ports;
};</pre>
Expand Down
1 change: 0 additions & 1 deletion index
Expand Up @@ -65185,7 +65185,6 @@ dictionary <dfn id=messageeventinit>MessageEventInit</dfn> : <a href=#eventinit
any data;
DOMString origin;
DOMString lastEventId;
DOMString channel;
(<a href=#windowproxy id=the-messageevent-interfaces:windowproxy-2>WindowProxy</a> or <a href=#messageport id=the-messageevent-interfaces:messageport-3>MessagePort</a>)? source;
sequence&lt;<a href=#messageport id=the-messageevent-interfaces:messageport-4>MessagePort</a>> ports;
};</pre>
Expand Down
1 change: 0 additions & 1 deletion source
Expand Up @@ -88613,7 +88613,6 @@ dictionary <dfn>MessageEventInit</dfn> : <span>EventInit</span> {
any data;
DOMString origin;
DOMString lastEventId;
DOMString channel;
(<span>WindowProxy</span> or <span>MessagePort</span>)? source;
sequence&lt;<span>MessagePort</span>&gt; ports;
};</pre>
Expand Down

0 comments on commit eabf808

Please sign in to comment.