Index: Source/web/ServiceWorkerGlobalScopeClientImpl.h |
diff --git a/Source/web/ServiceWorkerGlobalScopeClientImpl.h b/Source/web/ServiceWorkerGlobalScopeClientImpl.h |
index 51c8e2b9dea68341a7381185e59977c9d2cbbe78..0067d330e57b985c476fc9f8fd3bdf2ad1584339 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 WebServiceWorkerFetchStores* fetchStores() const OVERRIDE; |
virtual void didHandleActivateEvent(int eventID, WebServiceWorkerEventResult) OVERRIDE; |
virtual void didHandleInstallEvent(int installEventID, WebServiceWorkerEventResult) OVERRIDE; |