| Index: Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
|
| diff --git a/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h b/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
|
| index aa990828fb3500c3afff965c88814d52d2a78465..379dcc6ffa9681864f1779275c4c68fbcd3e8df7 100644
|
| --- a/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
|
| +++ b/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
|
| @@ -76,6 +76,7 @@ public:
|
| virtual void didHandlePushEvent(int pushEventID, WebServiceWorkerEventResult) = 0;
|
| virtual void didHandleSyncEvent(int syncEventID, WebServiceWorkerEventResult) = 0;
|
| virtual void didHandleCrossOriginConnectEvent(int connectEventID, bool acceptConnect) = 0;
|
| + virtual void didHandleMessageEvent(int syncEventID, WebServiceWorkerEventResult) = 0;
|
| virtual void postMessageToClient(const WebString& clientUUID, const WebString& message, PassOwnPtr<WebMessagePortChannelArray>) = 0;
|
| virtual void postMessageToCrossOriginClient(const WebCrossOriginServiceWorkerClient&, const WebString& message, PassOwnPtr<WebMessagePortChannelArray>) = 0;
|
| virtual void skipWaiting(WebServiceWorkerSkipWaitingCallbacks*) = 0;
|
|
|