Index: Source/web/ServiceWorkerGlobalScopeClientImpl.h |
diff --git a/Source/web/ServiceWorkerGlobalScopeClientImpl.h b/Source/web/ServiceWorkerGlobalScopeClientImpl.h |
index 51c8e2b9dea68341a7381185e59977c9d2cbbe78..4ec4c9a08759740101aef7c0a2541e932a9de5c7 100644 |
--- a/Source/web/ServiceWorkerGlobalScopeClientImpl.h |
+++ b/Source/web/ServiceWorkerGlobalScopeClientImpl.h |
@@ -48,6 +48,7 @@ public: |
virtual void getClients(WebServiceWorkerClientsCallbacks*); |
virtual WebURL scope() const OVERRIDE; |
+ virtual WebServiceWorkerCacheStorage* cacheStorage() const OVERRIDE; |
virtual void didHandleActivateEvent(int eventID, WebServiceWorkerEventResult) OVERRIDE; |
virtual void didHandleInstallEvent(int installEventID, WebServiceWorkerEventResult) OVERRIDE; |