| Index: Source/web/ServiceWorkerGlobalScopeClientImpl.cpp
|
| diff --git a/Source/web/ServiceWorkerGlobalScopeClientImpl.cpp b/Source/web/ServiceWorkerGlobalScopeClientImpl.cpp
|
| index 3f449e4293283dba8231c1a35c462e9b6b702648..6bc9c41715b8469fa8146e2afbe464c41889dc76 100644
|
| --- a/Source/web/ServiceWorkerGlobalScopeClientImpl.cpp
|
| +++ b/Source/web/ServiceWorkerGlobalScopeClientImpl.cpp
|
| @@ -98,6 +98,11 @@ void ServiceWorkerGlobalScopeClientImpl::postMessageToClient(int clientID, const
|
| m_client.postMessageToClient(clientID, message, webChannels.leakPtr());
|
| }
|
|
|
| +void ServiceWorkerGlobalScopeClientImpl::skipWaiting(WebCallback* callback)
|
| +{
|
| + m_client.skipWaiting(callback);
|
| +}
|
| +
|
| ServiceWorkerGlobalScopeClientImpl::ServiceWorkerGlobalScopeClientImpl(WebServiceWorkerContextClient& client)
|
| : m_client(client)
|
| {
|
|
|