| Index: Source/core/dom/URLUtilsReadOnly.idl
|
| diff --git a/Source/core/dom/URLUtilsReadOnly.idl b/Source/core/dom/URLUtilsReadOnly.idl
|
| index 579ec8412e7416ed4f5672b04b1909374f20b727..8e056998fe91766fc2037cc7319d28066dc3328d 100644
|
| --- a/Source/core/dom/URLUtilsReadOnly.idl
|
| +++ b/Source/core/dom/URLUtilsReadOnly.idl
|
| @@ -31,7 +31,7 @@
|
| // FIXME: should be stringifier: http://crbug.com/306606
|
| // stringifier readonly attribute DOMString href;
|
| readonly attribute DOMString href;
|
| - [NotEnumerable, ImplementedAs=href] DOMString toString();
|
| + [ImplementedAs=href] DOMString toString();
|
| readonly attribute DOMString origin;
|
|
|
| readonly attribute DOMString protocol;
|
|
|