| Index: Source/core/dom/URLUtilsReadOnly.idl
|
| diff --git a/Source/core/dom/URLUtilsReadOnly.idl b/Source/core/dom/URLUtilsReadOnly.idl
|
| index ccd26f77053dc70767f3b71b4f34b2d12e78e510..579ec8412e7416ed4f5672b04b1909374f20b727 100644
|
| --- a/Source/core/dom/URLUtilsReadOnly.idl
|
| +++ b/Source/core/dom/URLUtilsReadOnly.idl
|
| @@ -32,8 +32,7 @@
|
| // stringifier readonly attribute DOMString href;
|
| readonly attribute DOMString href;
|
| [NotEnumerable, ImplementedAs=href] DOMString toString();
|
| - // Not yet implemented.
|
| - // readonly attribute DOMString origin;
|
| + readonly attribute DOMString origin;
|
|
|
| readonly attribute DOMString protocol;
|
| readonly attribute DOMString host;
|
|
|