Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[giow] (0) Oops, forgot to make BroadcastChannel inherit from EventTa…
…rget

Affected topics: DOM APIs

git-svn-id: http://svn.whatwg.org/webapps@8450 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 31, 2014
1 parent de134be commit fb6ae9f
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 @@ -81911,7 +81911,7 @@ <h3 id=broadcasting-to-other-browsing-contexts><span class=secno>9.6 </span><dfn
use the simple channel-based broadcast mechanism described in this section.</p>

<pre class=idl>[<a href=#dom-broadcastchannel title=dom-BroadcastChannel>Constructor</a>(DOMString channel)]
interface <dfn id=broadcastchannel>BroadcastChannel</dfn> {
interface <dfn id=broadcastchannel>BroadcastChannel</dfn> : <a href=#eventtarget>EventTarget</a> {
void <a href=#dom-broadcastchannel-postmessage title=dom-BroadcastChannel-postMessage>postMessage</a>(DOMString message);
attribute <a href=#eventhandler>EventHandler</a> <a href=#handler-broadcastchannel-onmessage title=handler-BroadcastChannel-onmessage>onmessage</a>;
};</pre>
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -81911,7 +81911,7 @@ callback <dfn id=portcollectioncallback>PortCollectionCallback</dfn> = void (<a
use the simple channel-based broadcast mechanism described in this section.</p>

<pre class=idl>[<a href=#dom-broadcastchannel title=dom-BroadcastChannel>Constructor</a>(DOMString channel)]
interface <dfn id=broadcastchannel>BroadcastChannel</dfn> {
interface <dfn id=broadcastchannel>BroadcastChannel</dfn> : <a href=#eventtarget>EventTarget</a> {
void <a href=#dom-broadcastchannel-postmessage title=dom-BroadcastChannel-postMessage>postMessage</a>(DOMString message);
attribute <a href=#eventhandler>EventHandler</a> <a href=#handler-broadcastchannel-onmessage title=handler-BroadcastChannel-onmessage>onmessage</a>;
};</pre>
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -91916,7 +91916,7 @@ callback <dfn>PortCollectionCallback</dfn> = void (<span>MessagePort</span> port
use the simple channel-based broadcast mechanism described in this section.</p>

<pre class="idl">[<span data-x="dom-BroadcastChannel">Constructor</span>(DOMString channel)]
interface <dfn>BroadcastChannel</dfn> {
interface <dfn>BroadcastChannel</dfn> : <span>EventTarget</span> {
void <span data-x="dom-BroadcastChannel-postMessage">postMessage</span>(DOMString message);
attribute <span>EventHandler</span> <span data-x="handler-BroadcastChannel-onmessage">onmessage</span>;
};</pre>
Expand Down

0 comments on commit fb6ae9f

Please sign in to comment.