| Index: Source/web/ServiceWorkerGlobalScopeClientImpl.cpp
|
| diff --git a/Source/web/ServiceWorkerGlobalScopeClientImpl.cpp b/Source/web/ServiceWorkerGlobalScopeClientImpl.cpp
|
| index c834c21ac249d425d3218206cbf4fd1d306a30c0..23bd84d2d85adec314b371b64f63d3e32b918000 100644
|
| --- a/Source/web/ServiceWorkerGlobalScopeClientImpl.cpp
|
| +++ b/Source/web/ServiceWorkerGlobalScopeClientImpl.cpp
|
| @@ -123,11 +123,6 @@ void ServiceWorkerGlobalScopeClientImpl::claim(WebServiceWorkerClientsClaimCallb
|
| m_client.claim(callbacks);
|
| }
|
|
|
| -void ServiceWorkerGlobalScopeClientImpl::focus(int clientID, WebServiceWorkerClientFocusCallback* callback)
|
| -{
|
| - m_client.focus(clientID, callback);
|
| -}
|
| -
|
| void ServiceWorkerGlobalScopeClientImpl::focus(int clientID, WebServiceWorkerClientCallbacks* callback)
|
| {
|
| m_client.focus(clientID, callback);
|
|
|