Index: Source/web/ServiceWorkerGlobalScopeProxy.h |
diff --git a/Source/web/ServiceWorkerGlobalScopeProxy.h b/Source/web/ServiceWorkerGlobalScopeProxy.h |
index b1e4475b9fb54a2fdfe14660365117ee99c0c8bb..f923cb5a473f54b35d81192a947b6188a2c93e90 100644 |
--- a/Source/web/ServiceWorkerGlobalScopeProxy.h |
+++ b/Source/web/ServiceWorkerGlobalScopeProxy.h |
@@ -71,6 +71,7 @@ public: |
virtual void dispatchFetchEvent(int) OVERRIDE; |
virtual void dispatchMessageEvent(const WebString& message, const WebMessagePortChannelArray&) OVERRIDE; |
virtual void dispatchSyncEvent(int) OVERRIDE; |
+ virtual void dispatchPushEvent(int, const WebString& data) OVERRIDE; |
// WorkerReportingProxy overrides: |
virtual void reportException(const String& errorMessage, int lineNumber, int columnNumber, const String& sourceURL) OVERRIDE; |