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