[html5] r4422 - [giow] (1) Make AbstractWorker disappear into the interfaces that inherit from it.

whatwg at whatwg.org whatwg at whatwg.org
Wed Dec 9 06:37:08 PST 2009


Author: ianh
Date: 2009-12-09 06:37:04 -0800 (Wed, 09 Dec 2009)
New Revision: 4422

Modified:
   complete.html
   source
Log:
[giow] (1) Make AbstractWorker disappear into the interfaces that inherit from it.

Modified: complete.html
===================================================================
--- complete.html	2009-12-09 12:54:47 UTC (rev 4421)
+++ complete.html	2009-12-09 14:37:04 UTC (rev 4422)
@@ -63825,7 +63825,8 @@
 
   <h5 id=the-abstractworker-abstract-interface><span class=secno>9.2.7.1 </span>The <code><a href=#abstractworker>AbstractWorker</a></code> abstract interface</h5>
 
-  <pre class=idl>interface <dfn id=abstractworker>AbstractWorker</dfn> {
+  <pre class=idl>[Supplemental, NoInterfaceObject]
+interface <dfn id=abstractworker>AbstractWorker</dfn> {
            attribute <a href=#function>Function</a> <a href=#handler-abstractworker-onerror title=handler-AbstractWorker-onerror>onerror</a>;
 <!-- v2-onclose           attribute <span>Function</span> <span title="handler-AbstractWorker-onclose">onclose</span>; -->
 };

Modified: source
===================================================================
--- source	2009-12-09 12:54:47 UTC (rev 4421)
+++ source	2009-12-09 14:37:04 UTC (rev 4422)
@@ -72748,7 +72748,8 @@
 
   <h5>The <code>AbstractWorker</code> abstract interface</h5>
 
-  <pre class="idl">interface <dfn>AbstractWorker</dfn> {
+  <pre class="idl">[Supplemental, NoInterfaceObject]
+interface <dfn>AbstractWorker</dfn> {
            attribute <span>Function</span> <span title="handler-AbstractWorker-onerror">onerror</span>;
 <!-- v2-onclose           attribute <span>Function</span> <span title="handler-AbstractWorker-onclose">onclose</span>; -->
 };




More information about the Commit-Watchers mailing list