Skip to content

Commit

Permalink
[giow] (1) Make AbstractWorker disappear into the interfaces that inh…
Browse files Browse the repository at this point in the history
…erit from it.

git-svn-id: http://svn.whatwg.org/webapps@4422 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Dec 9, 2009
1 parent 7dc4021 commit ea2d133
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -63825,7 +63825,8 @@ <h4 id=creating-workers><span class=secno>9.2.7 </span>Creating workers</h4>

<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>; -->
};
Expand Down
3 changes: 2 additions & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -72748,7 +72748,8 @@ interface <dfn>SharedWorkerGlobalScope</dfn> : <span>WorkerGlobalScope</span> {

<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>; -->
};
Expand Down

0 comments on commit ea2d133

Please sign in to comment.