Index: Source/web/ServiceWorkerGlobalScopeClientImpl.h |
diff --git a/Source/web/ServiceWorkerGlobalScopeClientImpl.h b/Source/web/ServiceWorkerGlobalScopeClientImpl.h |
index 3a4947ab273ed79e4c8960e26a7c29bb760d6086..b736612c39641b55f8d220f8bc22beb6a122f048 100644 |
--- a/Source/web/ServiceWorkerGlobalScopeClientImpl.h |
+++ b/Source/web/ServiceWorkerGlobalScopeClientImpl.h |
@@ -45,6 +45,7 @@ public: |
virtual void didHandleInstallEvent(int installEventID) OVERRIDE; |
virtual void didHandleFetchEvent(int fetchEventID, PassRefPtr<WebCore::Response>) OVERRIDE; |
+ virtual void didHandleSyncEvent(int syncEventID) OVERRIDE; |
private: |
ServiceWorkerGlobalScopeClientImpl(PassOwnPtr<WebServiceWorkerContextClient>); |