Index: Source/modules/serviceworkers/ServiceWorkerWindowClient.h |
diff --git a/Source/modules/serviceworkers/ServiceWorkerWindowClient.h b/Source/modules/serviceworkers/ServiceWorkerWindowClient.h |
index e9c2eb25e749e9c2d24b1598a78cc08a07357f11..66dba6965840ab5eeef1ce2fe183be6a6b71779b 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(); |