| Index: Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
|
| diff --git a/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h b/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
|
| index fbe9ec5ce4f860639e5ce5e424a4484d3b7d06d2..e0bf0f64e48bc2348f437d78b91b9c00f7825c31 100644
|
| --- a/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
|
| +++ b/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
|
| @@ -75,7 +75,6 @@ public:
|
| virtual void didHandleNotificationClickEvent(int eventID, WebServiceWorkerEventResult) = 0;
|
| virtual void didHandlePushEvent(int pushEventID, WebServiceWorkerEventResult) = 0;
|
| virtual void didHandleSyncEvent(int syncEventID, WebServiceWorkerEventResult) = 0;
|
| - virtual void didHandleCrossOriginConnectEvent(int connectEventID, bool acceptConnect) = 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;
|
|
|