HTML5 Tracker

Diff (omit for latest revision)
Filter

Short URL: http://html5.org/r/6265

SVNBugCommentTime (UTC)
626512836[Gecko] [Internet Explorer] [Opera] [Webkit] Let worker's self.location stringify, like window.location2011-06-21 21:26
Index: source
===================================================================
--- source	(revision 6264)
+++ source	(revision 6265)
@@ -89105,7 +89105,7 @@
 
   <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>;

|