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