Skip to content

Commit

Permalink
[e] (0) [NoInterfaceObject] on partial interfaces makes no sense.
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=23114
Affected topics: HTML, Workers

git-svn-id: http://svn.whatwg.org/webapps@8164 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 3, 2013
1 parent 9d3a10e commit 676b2bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -81071,8 +81071,7 @@ <h5 id=the-abstractworker-abstract-interface><span class=secno>9.2.6.1 </span>Th

<h3 id=apis-available-to-workers><span class=secno>9.3 </span>APIs available to workers</h3>

<pre class=idl>[NoInterfaceObject]
partial interface <a href=#workerglobalscope id=WorkerGlobalScope-partial>WorkerGlobalScope</a> {<!-- not obsolete -->
<pre class=idl>partial interface <a href=#workerglobalscope id=WorkerGlobalScope-partial>WorkerGlobalScope</a> {<!-- not obsolete -->
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>;
};
Expand Down
3 changes: 1 addition & 2 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -81071,8 +81071,7 @@ interface <dfn id=sharedworker>SharedWorker</dfn> : <a href=#eventtarget>EventTa

<h3 id=apis-available-to-workers><span class=secno>9.3 </span>APIs available to workers</h3>

<pre class=idl>[NoInterfaceObject]
partial interface <a href=#workerglobalscope id=WorkerGlobalScope-partial>WorkerGlobalScope</a> {<!-- not obsolete -->
<pre class=idl>partial interface <a href=#workerglobalscope id=WorkerGlobalScope-partial>WorkerGlobalScope</a> {<!-- not obsolete -->
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>;
};
Expand Down
3 changes: 1 addition & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -90294,8 +90294,7 @@ interface <dfn>SharedWorker</dfn> : <span>EventTarget</span> {

<h3>APIs available to workers</h3>

<pre class="idl">[NoInterfaceObject]
partial interface <span id="WorkerGlobalScope-partial">WorkerGlobalScope</span> {<!-- not obsolete -->
<pre class="idl">partial interface <span id="WorkerGlobalScope-partial">WorkerGlobalScope</span> {<!-- not obsolete -->
void <span title="dom-WorkerGlobalScope-importScripts">importScripts</span>(DOMString... urls);
readonly attribute <span>WorkerNavigator</span> <span title="dom-worker-navigator">navigator</span>;
};
Expand Down

0 comments on commit 676b2bf

Please sign in to comment.