Chromium Code Reviews| Index: Source/core/dom/URLUtils.idl |
| diff --git a/Source/core/dom/URLUtils.idl b/Source/core/dom/URLUtils.idl |
| index 9cb7b4885977775506971a5de9041b7954e86d94..09042d3dc77659a400456a1eeeb58344fa61a953 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; |
| - |
| + attribute URLSearchParams? searchParams; |
|
Inactive
2014/01/21 15:25:58
Why mark it as nullable if it cannot be null? (at
sof
2014/01/21 21:16:47
Yes, the query object cannot be null here, so leav
|
| attribute DOMString hash; |
| }; |