Chromium Code Reviews| Index: Source/core/dom/URLUtils.idl |
| diff --git a/Source/core/dom/URLUtils.idl b/Source/core/dom/URLUtils.idl |
| index b4c3e671fb2e62c51997aff6f4fd8c34947b5fe6..9ebcc432bfaa427943ef6120a8a39c6b6586a59f 100644 |
| --- a/Source/core/dom/URLUtils.idl |
| +++ b/Source/core/dom/URLUtils.idl |
| @@ -43,8 +43,7 @@ |
| attribute DOMString pathname; |
| attribute DOMString search; |
| - // Not yet implemented. |
| - // attribute URLQuery? query; |
| + // [RuntimeEnabled=URLQuery] attribute URLQuery? query; |
| attribute DOMString hash; |
| }; |