Navigation Menu

Skip to content

Commit

Permalink
[giow] (1) Let worker's self.location stringify, like window.location
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12836

git-svn-id: http://svn.whatwg.org/webapps@6265 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 21, 2011
1 parent aef6f83 commit cef14f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion complete.html
Expand Up @@ -78625,7 +78625,7 @@ <h4 id=worker-locations><span class=secno>10.3.4 </span>Worker locations</h4>

<pre class=idl>interface <dfn id=workerlocation>WorkerLocation</dfn> {
// <a href=#url-decomposition-idl-attributes>URL decomposition IDL attributes</a>
readonly attribute DOMString <a href=#dom-workerlocation-href title=dom-WorkerLocation-href>href</a>;
stringifier readonly attribute DOMString <a href=#dom-workerlocation-href title=dom-WorkerLocation-href>href</a>;
readonly attribute DOMString <a href=#dom-workerlocation-protocol title=dom-WorkerLocation-protocol>protocol</a>;
readonly attribute DOMString <a href=#dom-workerlocation-host title=dom-WorkerLocation-host>host</a>;
readonly attribute DOMString <a href=#dom-workerlocation-hostname title=dom-WorkerLocation-hostname>hostname</a>;
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -89105,7 +89105,7 @@ interface <dfn>WorkerUtils</dfn> {

<pre class="idl">interface <dfn>WorkerLocation</dfn> {
// <span>URL decomposition IDL attributes</span>
readonly attribute DOMString <span title="dom-WorkerLocation-href">href</span>;
stringifier readonly attribute DOMString <span title="dom-WorkerLocation-href">href</span>;
readonly attribute DOMString <span title="dom-WorkerLocation-protocol">protocol</span>;
readonly attribute DOMString <span title="dom-WorkerLocation-host">host</span>;
readonly attribute DOMString <span title="dom-WorkerLocation-hostname">hostname</span>;
Expand Down

0 comments on commit cef14f0

Please sign in to comment.