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 2a8c5cc404af9f095c16a327281e90550743bf1c..5566f4c5a4127df943eda567ca34660efcdbbd4c 100644 |
--- a/third_party/WebKit/Source/modules/cachestorage/Cache.idl |
+++ b/third_party/WebKit/Source/modules/cachestorage/Cache.idl |
@@ -7,7 +7,6 @@ |
[ |
GarbageCollected, |
Exposed=(Window,Worker), |
- TypeChecking=Interface, |
] interface Cache { |
[CallWith=ScriptState, RaisesException] Promise<Response> match(RequestInfo request, optional CacheQueryOptions options); |
[RuntimeEnabled=CacheStorageMatchAll, CallWith=ScriptState, RaisesException] Promise<sequence<Response>> matchAll(optional RequestInfo request, optional CacheQueryOptions options); |