| Index: third_party/WebKit/Source/modules/cachestorage/Cache.idl
 | 
| diff --git a/third_party/WebKit/Source/modules/cachestorage/Cache.idl b/third_party/WebKit/Source/modules/cachestorage/Cache.idl
 | 
| index 6bd3c4295ffd93521a9db2a064dd7242a367ee68..8657ca08ed2647b216673ba4d3d9176d136b3d5a 100644
 | 
| --- a/third_party/WebKit/Source/modules/cachestorage/Cache.idl
 | 
| +++ b/third_party/WebKit/Source/modules/cachestorage/Cache.idl
 | 
| @@ -5,7 +5,6 @@
 | 
|  // See https://slightlyoff.github.io/ServiceWorker/spec/service_worker/index.html#cache
 | 
|  
 | 
|  [
 | 
| -    GarbageCollected,
 | 
|      Exposed=(Window,Worker),
 | 
|  ] interface Cache {
 | 
|      [CallWith=ScriptState, RaisesException] Promise<Response> match(RequestInfo request, optional CacheQueryOptions options);
 | 
| 
 |