CVS html5/workers

Update of /sources/public/html5/workers
In directory roscoe:/tmp/cvs-serv9086

Modified Files:
	Overview.html 
Log Message:
[NoInterfaceObject] on partial interfaces makes no sense. (whatwg r8164)

--- /sources/public/html5/workers/Overview.html	2013/09/03 17:44:53	1.394
+++ /sources/public/html5/workers/Overview.html	2013/09/03 17:52:41	1.395
@@ -2136,8 +2136,7 @@
 
   <h2 id="apis-available-to-workers"><span class="secno">5 </span>APIs available to workers</h2>
 
-  <pre class="idl">[NoInterfaceObject]
-partial interface <a href="#workerglobalscope" id="WorkerGlobalScope-partial">WorkerGlobalScope</a> {
+  <pre class="idl">partial interface <a href="#workerglobalscope" id="WorkerGlobalScope-partial">WorkerGlobalScope</a> {
   void <a href="#dom-workerglobalscope-importscripts" title="dom-WorkerGlobalScope-importScripts">importScripts</a>(DOMString... urls);
   readonly attribute <a href="#workernavigator">WorkerNavigator</a> <a href="#dom-worker-navigator" title="dom-worker-navigator">navigator</a>;
 };

Received on Tuesday, 3 September 2013 17:52:42 UTC