| Index: Source/core/dom/URLUtils.idl
|
| diff --git a/Source/core/dom/URLUtils.idl b/Source/core/dom/URLUtils.idl
|
| index 26ed382acf8385a2054e3de08d5a4df496c8d413..1b2c95754894dfebcce83a049c61ed4918541f6e 100644
|
| --- a/Source/core/dom/URLUtils.idl
|
| +++ b/Source/core/dom/URLUtils.idl
|
| @@ -31,7 +31,7 @@
|
| // FIXME: should be stringifier: http://crbug.com/306606
|
| // stringifier attribute DOMString href;
|
| [PerWorldBindings, LogActivity=SetterOnly, LogPreviousValue] attribute DOMString href;
|
| - [NotEnumerable, ImplementedAs=href] DOMString toString();
|
| + [ImplementedAs=href] DOMString toString();
|
| readonly attribute DOMString origin;
|
|
|
| attribute DOMString protocol;
|
|
|