| Index: third_party/WebKit/Source/core/dom/URLUtilsReadOnly.idl
|
| diff --git a/third_party/WebKit/Source/core/dom/URLUtilsReadOnly.idl b/third_party/WebKit/Source/core/dom/URLUtilsReadOnly.idl
|
| index 9f5aac017723744888f2b5b4d6e1133d11d028a7..e2cc46d19c07d173ce3429cfe77da9da7f587741 100644
|
| --- a/third_party/WebKit/Source/core/dom/URLUtilsReadOnly.idl
|
| +++ b/third_party/WebKit/Source/core/dom/URLUtilsReadOnly.idl
|
| @@ -29,10 +29,7 @@
|
| NoInterfaceObject, // Always used on target of 'implements'
|
| Exposed=(Window,Worker),
|
| ] interface URLUtilsReadOnly {
|
| - // FIXME: should be stringifier: http://crbug.com/306606
|
| - // stringifier readonly attribute USVString href;
|
| - readonly attribute USVString href;
|
| - [NotEnumerable, ImplementedAs=href] USVString toString();
|
| + stringifier readonly attribute USVString href;
|
| readonly attribute USVString origin;
|
|
|
| readonly attribute USVString protocol;
|
|
|