| Index: Source/web/ServiceWorkerGlobalScopeClientImpl.cpp
|
| diff --git a/Source/web/ServiceWorkerGlobalScopeClientImpl.cpp b/Source/web/ServiceWorkerGlobalScopeClientImpl.cpp
|
| index 58030a0297b325cc692db158639d4ea92f9afd56..36cdb4fca9977ccec42ac25c86dc0d84de39b2fc 100644
|
| --- a/Source/web/ServiceWorkerGlobalScopeClientImpl.cpp
|
| +++ b/Source/web/ServiceWorkerGlobalScopeClientImpl.cpp
|
| @@ -53,6 +53,11 @@ void ServiceWorkerGlobalScopeClientImpl::getClients(WebServiceWorkerClientsCallb
|
| m_client.getClients(callbacks);
|
| }
|
|
|
| +void ServiceWorkerGlobalScopeClientImpl::openWindow(const WebURL& url, WebServiceWorkerClientCallbacks* callbacks)
|
| +{
|
| + m_client.openWindow(url, callbacks);
|
| +}
|
| +
|
| WebURL ServiceWorkerGlobalScopeClientImpl::scope() const
|
| {
|
| return m_client.scope();
|
|
|