Index: Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h |
diff --git a/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h b/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h |
index 3c51e4c4ab7dd69500af1ef2d8e1eed0e611b467..f09504f01dee52c5e53b1680e1b7b89b70e5cd47 100644 |
--- a/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h |
+++ b/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h |
@@ -76,6 +76,7 @@ public: |
virtual void skipWaiting(WebServiceWorkerSkipWaitingCallbacks*) = 0; |
virtual void claim(WebServiceWorkerClientsClaimCallbacks*) = 0; |
virtual void focus(int clientID, WebServiceWorkerClientFocusCallback*) = 0; |
+ virtual void focus(int clientID, WebServiceWorkerClientCallbacks*) = 0; |
static const char* supplementName(); |
static ServiceWorkerGlobalScopeClient* from(ExecutionContext*); |