[html5] r4135 - [e] (0) Constructors _are_ interface objects... oops.

whatwg at whatwg.org whatwg at whatwg.org
Wed Oct 14 03:27:16 PDT 2009


Author: ianh
Date: 2009-10-14 03:27:16 -0700 (Wed, 14 Oct 2009)
New Revision: 4135

Modified:
   complete.html
   source
Log:
[e] (0) Constructors _are_ interface objects... oops.

Modified: complete.html
===================================================================
--- complete.html	2009-10-14 10:25:19 UTC (rev 4134)
+++ complete.html	2009-10-14 10:27:16 UTC (rev 4135)
@@ -64761,7 +64761,8 @@
    <li><p>The <code><a href=#messagechannel>MessageChannel</a></code> interface object and
    constructor. <a href=#refsHTML5>[HTML5]</a></li>
 
-   <li><p>The <code title=dom-Worker><a href=#dom-worker>Worker()</a></code> and <code title=dom-SharedWorker><a href=#dom-sharedworker>SharedWorker(<var title="">url</var>)</a></code> constructors.</li>
+   <li><p>The <code title=dom-Worker><a href=#dom-worker>Worker</a></code> and <code title=dom-SharedWorker><a href=#dom-sharedworker>SharedWorker</a></code> interface objects and
+   constructors.</li>
 
   </ul><h4 id=worker-locations><span class=secno>9.3.5 </span>Worker locations</h4>
 

Modified: source
===================================================================
--- source	2009-10-14 10:25:19 UTC (rev 4134)
+++ source	2009-10-14 10:27:16 UTC (rev 4135)
@@ -72745,9 +72745,9 @@
    <li><p>The <code>MessageChannel</code> interface object and
    constructor. <a href="#refsHTML5">[HTML5]</a></p></li>
 
-   <li><p>The <code title="dom-Worker">Worker()</code> and <code
-   title="dom-SharedWorker">SharedWorker(<var
-   title="">url</var>)</code> constructors.</p></li>
+   <li><p>The <code title="dom-Worker">Worker</code> and <code
+   title="dom-SharedWorker">SharedWorker</code> interface objects and
+   constructors.</p></li>
 
   </ul>
 




More information about the Commit-Watchers mailing list