| Index: third_party/WebKit/Source/core/dom/URLUtils.idl
 | 
| diff --git a/third_party/WebKit/Source/core/dom/URLUtils.idl b/third_party/WebKit/Source/core/dom/URLUtils.idl
 | 
| index 8826e1186ce302952acb7fec1aa2d509835909d8..e38f421bb88430606e7a4f2cb6ecd7fea90445d6 100644
 | 
| --- a/third_party/WebKit/Source/core/dom/URLUtils.idl
 | 
| +++ b/third_party/WebKit/Source/core/dom/URLUtils.idl
 | 
| @@ -43,7 +43,5 @@
 | 
|      attribute USVString port;
 | 
|      attribute USVString pathname;
 | 
|      attribute USVString search;
 | 
| -    // Not yet implemented.
 | 
| -    // attribute URLSearchParams searchParams;
 | 
|      attribute USVString hash;
 | 
|  };
 | 
| 
 |