Index: Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h |
diff --git a/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h b/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h |
index aa990828fb3500c3afff965c88814d52d2a78465..fbe9ec5ce4f860639e5ce5e424a4484d3b7d06d2 100644 |
--- a/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h |
+++ b/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h |
@@ -81,6 +81,7 @@ public: |
virtual void skipWaiting(WebServiceWorkerSkipWaitingCallbacks*) = 0; |
virtual void claim(WebServiceWorkerClientsClaimCallbacks*) = 0; |
virtual void focus(const WebString& clientUUID, WebServiceWorkerClientCallbacks*) = 0; |
+ virtual void navigate(const WebString& clientUUID, const WebURL&, WebServiceWorkerClientCallbacks*) = 0; |
virtual void stashMessagePort(WebMessagePortChannel*, const WebString& name) = 0; |
static const char* supplementName(); |