Index: Source/web/ServiceWorkerGlobalScopeClientImpl.h |
diff --git a/Source/web/ServiceWorkerGlobalScopeClientImpl.h b/Source/web/ServiceWorkerGlobalScopeClientImpl.h |
index fd86ea571f8fd58c00a3079250168bbafc122c0b..fc17e8999245761064d4344a1b6fbb3e3b38e474 100644 |
--- a/Source/web/ServiceWorkerGlobalScopeClientImpl.h |
+++ b/Source/web/ServiceWorkerGlobalScopeClientImpl.h |
@@ -53,6 +53,7 @@ public: |
virtual void didHandleInstallEvent(int installEventID, WebServiceWorkerEventResult) OVERRIDE; |
virtual void didHandleFetchEvent(int fetchEventID, PassRefPtr<WebCore::Response>) OVERRIDE; |
virtual void didHandleSyncEvent(int syncEventID) OVERRIDE; |
+ virtual void postMessageToClient(int clientID, PassRefPtr<WebCore::SerializedScriptValue> message, PassOwnPtr<WebCore::MessagePortChannelArray>) OVERRIDE; |
virtual void trace(WebCore::Visitor* visitor) OVERRIDE { WebCore::ServiceWorkerGlobalScopeClient::trace(visitor); } |