Index: Source/web/ServiceWorkerGlobalScopeProxy.h |
diff --git a/Source/web/ServiceWorkerGlobalScopeProxy.h b/Source/web/ServiceWorkerGlobalScopeProxy.h |
index fc4f7a898a16da78b291412499c5eeb744f43684..13fd06499f98bf3afd060be6f6d41fe96787aa1e 100644 |
--- a/Source/web/ServiceWorkerGlobalScopeProxy.h |
+++ b/Source/web/ServiceWorkerGlobalScopeProxy.h |
@@ -66,6 +66,7 @@ public: |
virtual ~ServiceWorkerGlobalScopeProxy(); |
// WebServiceWorkerContextProxy overrides: |
+ virtual void dispatchActivateEvent(int) OVERRIDE; |
virtual void dispatchInstallEvent(int) OVERRIDE; |
virtual void dispatchFetchEvent(int) OVERRIDE; |
virtual void dispatchMessageEvent(const WebString& message, const WebMessagePortChannelArray&) OVERRIDE; |