| Index: Source/web/ServiceWorkerGlobalScopeClientImpl.cpp
|
| diff --git a/Source/web/ServiceWorkerGlobalScopeClientImpl.cpp b/Source/web/ServiceWorkerGlobalScopeClientImpl.cpp
|
| index 0fb2654dc71b68a501f1776f146a288d22aaff7e..5de7e9bcfea77049ddd8600f5e727014225f83fa 100644
|
| --- a/Source/web/ServiceWorkerGlobalScopeClientImpl.cpp
|
| +++ b/Source/web/ServiceWorkerGlobalScopeClientImpl.cpp
|
| @@ -108,6 +108,11 @@ void ServiceWorkerGlobalScopeClientImpl::postMessageToClient(int clientID, const
|
| m_client.postMessageToClient(clientID, message, webChannels.leakPtr());
|
| }
|
|
|
| +void ServiceWorkerGlobalScopeClientImpl::skipWaiting(WebServiceWorkerSkipWaitingCallbacks* callbacks)
|
| +{
|
| + m_client.skipWaiting(callbacks);
|
| +}
|
| +
|
| ServiceWorkerGlobalScopeClientImpl::ServiceWorkerGlobalScopeClientImpl(WebServiceWorkerContextClient& client)
|
| : m_client(client)
|
| {
|
|
|