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..46ee8ac1654e23338d5934ad008136c8c478f516 100644 |
--- a/third_party/WebKit/Source/modules/cachestorage/Cache.idl |
+++ b/third_party/WebKit/Source/modules/cachestorage/Cache.idl |
@@ -14,5 +14,5 @@ |
[CallWith=ScriptState, RaisesException] Promise<void> addAll(sequence<RequestInfo> requests); |
[CallWith=ScriptState, RaisesException] Promise<void> put(RequestInfo request, Response response); |
[CallWith=ScriptState, ImplementedAs=deleteFunction, RaisesException] Promise<boolean> delete(RequestInfo request, optional CacheQueryOptions options); |
- [CallWith=ScriptState, RaisesException] Promise<sequence<Response>> keys(optional RequestInfo request, optional CacheQueryOptions options); |
+ [CallWith=ScriptState, RaisesException] Promise<sequence<Request>> keys(optional RequestInfo request, optional CacheQueryOptions options); |
}; |