[html5] r5018 - [e] (0) forgot to remove the NoInterfaceObject Fixing http://www.w3.org/Bugs/Pub [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Apr 12 22:57:42 PDT 2010


Author: ianh
Date: 2010-04-12 22:57:41 -0700 (Mon, 12 Apr 2010)
New Revision: 5018

Modified:
   complete.html
   index
   source
Log:
[e] (0) forgot to remove the NoInterfaceObject
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9451

Modified: complete.html
===================================================================
--- complete.html	2010-04-13 05:53:19 UTC (rev 5017)
+++ complete.html	2010-04-13 05:57:41 UTC (rev 5018)
@@ -46733,8 +46733,7 @@
   location in due course; it is here currently to keep it near the
   <code><a href=#devices>device</a></code> element to allow reviewers to look at it.</p>
 
-  <pre class=idl>[NoInterfaceObject]
-[Constructor(in DOMString serverConfiguration)]
+  <pre class=idl>[Constructor(in DOMString serverConfiguration)]
 interface <dfn id=connectionpeer>ConnectionPeer</dfn> {
   void sendText(in DOMString text);
   attribute <a href=#function>Function</a> ontext; // receiving

Modified: index
===================================================================
--- index	2010-04-13 05:53:19 UTC (rev 5017)
+++ index	2010-04-13 05:57:41 UTC (rev 5018)
@@ -46634,8 +46634,7 @@
   location in due course; it is here currently to keep it near the
   <code><a href=#devices>device</a></code> element to allow reviewers to look at it.</p>
 
-  <pre class=idl>[NoInterfaceObject]
-[Constructor(in DOMString serverConfiguration)]
+  <pre class=idl>[Constructor(in DOMString serverConfiguration)]
 interface <dfn id=connectionpeer>ConnectionPeer</dfn> {
   void sendText(in DOMString text);
   attribute <a href=#function>Function</a> ontext; // receiving

Modified: source
===================================================================
--- source	2010-04-13 05:53:19 UTC (rev 5017)
+++ source	2010-04-13 05:57:41 UTC (rev 5018)
@@ -51964,8 +51964,7 @@
   location in due course; it is here currently to keep it near the
   <code>device</code> element to allow reviewers to look at it.</p>
 
-  <pre class="idl">[NoInterfaceObject]
-[Constructor(in DOMString serverConfiguration)]
+  <pre class="idl">[Constructor(in DOMString serverConfiguration)]
 interface <dfn>ConnectionPeer</dfn> {
   void sendText(in DOMString text);
   attribute <span>Function</span> ontext; // receiving




More information about the Commit-Watchers mailing list