| Index: third_party/WebKit/Source/core/dom/URLSearchParams.idl
 | 
| diff --git a/third_party/WebKit/Source/core/dom/URLSearchParams.idl b/third_party/WebKit/Source/core/dom/URLSearchParams.idl
 | 
| index 409542cf13598ca6d4337af6441f1fe7ca86371e..774c8af27cb49960f7cb579842a75a598e7d7fb0 100644
 | 
| --- a/third_party/WebKit/Source/core/dom/URLSearchParams.idl
 | 
| +++ b/third_party/WebKit/Source/core/dom/URLSearchParams.idl
 | 
| @@ -6,7 +6,6 @@
 | 
|  
 | 
|  [
 | 
|      Constructor(optional (USVString or URLSearchParams) init = ""),
 | 
| -    GarbageCollected,
 | 
|      Exposed=(Window,Worker)
 | 
|  ] interface URLSearchParams {
 | 
|      void append(USVString name, USVString value);
 | 
| 
 |