Index: Source/modules/serviceworkers/ServiceWorkerWindowClient.h |
diff --git a/Source/modules/serviceworkers/ServiceWorkerWindowClient.h b/Source/modules/serviceworkers/ServiceWorkerWindowClient.h |
index b6a638629a89bd25e74a649d906a000ee2605ba5..399144742dab4bc85a5aefa8ecb22993890e197a 100644 |
--- a/Source/modules/serviceworkers/ServiceWorkerWindowClient.h |
+++ b/Source/modules/serviceworkers/ServiceWorkerWindowClient.h |
@@ -32,6 +32,7 @@ public: |
String visibilityState() const; |
bool focused() const { return m_isFocused; } |
ScriptPromise focus(ScriptState*); |
+ ScriptPromise navigate(ScriptState*, const String& url); |
DECLARE_VIRTUAL_TRACE(); |