| Index: Source/core/dom/URLUtils.idl
|
| diff --git a/Source/core/dom/URLUtils.idl b/Source/core/dom/URLUtils.idl
|
| index 26ed382acf8385a2054e3de08d5a4df496c8d413..4c44631dfb848bd7999beffa538c878ae34f0c23 100644
|
| --- a/Source/core/dom/URLUtils.idl
|
| +++ b/Source/core/dom/URLUtils.idl
|
| @@ -42,7 +42,6 @@
|
| attribute DOMString port;
|
| attribute DOMString pathname;
|
| attribute DOMString search;
|
| - // Not yet implemented.
|
| - // attribute URLSearchParams searchParams;
|
| + [RaisesException=Setter] attribute URLSearchParams searchParams;
|
| attribute DOMString hash;
|
| };
|
|
|