Short URL: http://html5.org/r/6265
| SVN | Bug | Comment | Time (UTC) |
|---|---|---|---|
| 6265 | 12836 | 2011-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>;