Index: third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerCache.h |
diff --git a/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerCache.h b/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerCache.h |
index f52005d0061bf2c7f6af994473cf8aa5f26588b0..09f1efc542af769ecc5c7cdb94a2ded403e558eb 100644 |
--- a/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerCache.h |
+++ b/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerCache.h |
@@ -59,7 +59,7 @@ public: |
// calling onSuccess or onFailure. |
virtual void dispatchMatch(CacheMatchCallbacks*, const WebServiceWorkerRequest&, const QueryParams&) = 0; |
virtual void dispatchMatchAll(CacheWithResponsesCallbacks*, const WebServiceWorkerRequest&, const QueryParams&) = 0; |
- virtual void dispatchKeys(CacheWithRequestsCallbacks*, const WebServiceWorkerRequest*, const QueryParams&) = 0; |
+ virtual void dispatchKeys(CacheWithRequestsCallbacks*, const WebServiceWorkerRequest&, const QueryParams&) = 0; |
virtual void dispatchBatch(CacheBatchCallbacks*, const WebVector<BatchOperation>&) = 0; |
}; |