Index: Source/web/ServiceWorkerGlobalScopeClientImpl.h |
diff --git a/Source/web/ServiceWorkerGlobalScopeClientImpl.h b/Source/web/ServiceWorkerGlobalScopeClientImpl.h |
index 3a4947ab273ed79e4c8960e26a7c29bb760d6086..46eee7acbc6ce577a5bee26513847813734d6746 100644 |
--- a/Source/web/ServiceWorkerGlobalScopeClientImpl.h |
+++ b/Source/web/ServiceWorkerGlobalScopeClientImpl.h |
@@ -43,7 +43,7 @@ public: |
static PassOwnPtr<WebCore::ServiceWorkerGlobalScopeClient> create(PassOwnPtr<WebServiceWorkerContextClient>); |
virtual ~ServiceWorkerGlobalScopeClientImpl(); |
- virtual void didHandleInstallEvent(int installEventID) OVERRIDE; |
+ virtual void didHandleInstallEvent(int installEventID, WebServiceWorkerEventResult) OVERRIDE; |
virtual void didHandleFetchEvent(int fetchEventID, PassRefPtr<WebCore::Response>) OVERRIDE; |
private: |