| Index: Source/web/ServiceWorkerGlobalScopeClientImpl.cpp
|
| diff --git a/Source/web/ServiceWorkerGlobalScopeClientImpl.cpp b/Source/web/ServiceWorkerGlobalScopeClientImpl.cpp
|
| index 5f713a9a6f3d79a373f0a8fe6cd1a4ae946dbc9c..5cd04ed235c0c60cbe680c84e4d94a1065d21e48 100644
|
| --- a/Source/web/ServiceWorkerGlobalScopeClientImpl.cpp
|
| +++ b/Source/web/ServiceWorkerGlobalScopeClientImpl.cpp
|
| @@ -108,11 +108,6 @@ void ServiceWorkerGlobalScopeClientImpl::didHandleSyncEvent(int syncEventID, Web
|
| m_client.didHandleSyncEvent(syncEventID, result);
|
| }
|
|
|
| -void ServiceWorkerGlobalScopeClientImpl::didHandleCrossOriginConnectEvent(int connectEventID, bool acceptConnect)
|
| -{
|
| - m_client.didHandleCrossOriginConnectEvent(connectEventID, acceptConnect);
|
| -}
|
| -
|
| void ServiceWorkerGlobalScopeClientImpl::postMessageToClient(const WebString& clientUUID, const WebString& message, PassOwnPtr<WebMessagePortChannelArray> webChannels)
|
| {
|
| m_client.postMessageToClient(clientUUID, message, webChannels.leakPtr());
|
|
|