[html5] r8450 - [giow] (0) Oops, forgot to make BroadcastChannel inherit from EventTarget Affect [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri Jan 31 13:26:12 PST 2014


Author: ianh
Date: 2014-01-31 13:26:11 -0800 (Fri, 31 Jan 2014)
New Revision: 8450

Modified:
   complete.html
   index
   source
Log:
[giow] (0) Oops, forgot to make BroadcastChannel inherit from EventTarget
Affected topics: DOM APIs

Modified: complete.html
===================================================================
--- complete.html	2014-01-31 18:24:16 UTC (rev 8449)
+++ complete.html	2014-01-31 21:26:11 UTC (rev 8450)
@@ -81911,7 +81911,7 @@
   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>

Modified: index
===================================================================
--- index	2014-01-31 18:24:16 UTC (rev 8449)
+++ index	2014-01-31 21:26:11 UTC (rev 8450)
@@ -81911,7 +81911,7 @@
   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>

Modified: source
===================================================================
--- source	2014-01-31 18:24:16 UTC (rev 8449)
+++ source	2014-01-31 21:26:11 UTC (rev 8450)
@@ -91916,7 +91916,7 @@
   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>




More information about the Commit-Watchers mailing list