Index: Source/web/ServiceWorkerGlobalScopeClientImpl.cpp |
diff --git a/Source/web/ServiceWorkerGlobalScopeClientImpl.cpp b/Source/web/ServiceWorkerGlobalScopeClientImpl.cpp |
index 7dd323571d3e6831199a5436e951afb61aec6511..c834c21ac249d425d3218206cbf4fd1d306a30c0 100644 |
--- a/Source/web/ServiceWorkerGlobalScopeClientImpl.cpp |
+++ b/Source/web/ServiceWorkerGlobalScopeClientImpl.cpp |
@@ -128,6 +128,11 @@ void ServiceWorkerGlobalScopeClientImpl::focus(int clientID, WebServiceWorkerCli |
m_client.focus(clientID, callback); |
} |
+void ServiceWorkerGlobalScopeClientImpl::focus(int clientID, WebServiceWorkerClientCallbacks* callback) |
+{ |
+ m_client.focus(clientID, callback); |
+} |
+ |
ServiceWorkerGlobalScopeClientImpl::ServiceWorkerGlobalScopeClientImpl(WebServiceWorkerContextClient& client) |
: m_client(client) |
{ |