Skip to content

Commit

Permalink
[giow] (1) Oops, checking the name got dropped somehow in the name=''…
Browse files Browse the repository at this point in the history
… case.

Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12340

git-svn-id: http://svn.whatwg.org/webapps@6264 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 21, 2011
1 parent 92f7e14 commit aef6f83
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion complete.html
Expand Up @@ -78320,7 +78320,8 @@ <h5 id=shared-workers-and-the-sharedworker-interface><span class=secno>10.2.7.3
<li><p>Otherwise, if <var title="">name</var> is the empty string
and there exists a <code><a href=#sharedworkerglobalscope>SharedWorkerGlobalScope</a></code> object
whose <a href=#dom-workerglobalscope-closing title=dom-WorkerGlobalScope-closing>closing</a>
flag is false, and whose <code title=dom-WorkerGlobalScope-location><a href=#dom-workerglobalscope-location>location</a></code> attribute
flag is false, whose <code title=dom-WorkerGlobalScope-name>name</code> attribute is the
empty string, and whose <code title=dom-WorkerGlobalScope-location><a href=#dom-workerglobalscope-location>location</a></code> attribute
represents an <a href=#absolute-url>absolute URL</a> that is exactly equal to
<var title="">scriptURL</var>, then let <var title="">worker
global scope</var> be that <code><a href=#sharedworkerglobalscope>SharedWorkerGlobalScope</a></code>
Expand Down
4 changes: 3 additions & 1 deletion source
Expand Up @@ -88748,7 +88748,9 @@ interface <dfn>SharedWorker</dfn> : <span>AbstractWorker</span> {
<li><p>Otherwise, if <var title="">name</var> is the empty string
and there exists a <code>SharedWorkerGlobalScope</code> object
whose <span title="dom-WorkerGlobalScope-closing">closing</span>
flag is false, and whose <code
flag is false, whose <code
title="dom-WorkerGlobalScope-name">name</code> attribute is the
empty string, and whose <code
title="dom-WorkerGlobalScope-location">location</code> attribute
represents an <span>absolute URL</span> that is exactly equal to
<var title="">scriptURL</var>, then let <var title="">worker
Expand Down

0 comments on commit aef6f83

Please sign in to comment.