Index: Source/core/dom/URLUtils.idl |
diff --git a/Source/core/dom/URLUtils.idl b/Source/core/dom/URLUtils.idl |
index 9cb7b4885977775506971a5de9041b7954e86d94..dc2c73f566311233f6ce9750ffc1f43d194910e8 100644 |
--- a/Source/core/dom/URLUtils.idl |
+++ b/Source/core/dom/URLUtils.idl |
@@ -40,10 +40,7 @@ |
attribute DOMString port; |
attribute DOMString pathname; |
attribute DOMString search; |
- |
- // Not yet implemented. |
- // attribute URLQuery? query; |
- |
+ [RaisesException=Setter] attribute URLSearchParams searchParams; |
attribute DOMString hash; |
}; |