Index: Source/modules/serviceworkers/WindowClient.idl |
diff --git a/Source/modules/serviceworkers/WindowClient.idl b/Source/modules/serviceworkers/WindowClient.idl |
index 40a5ddcd783c940bdc2839a2ab0d393396fb3c70..bb7820c48e08328d48b902c3b884d53267c12c41 100644 |
--- a/Source/modules/serviceworkers/WindowClient.idl |
+++ b/Source/modules/serviceworkers/WindowClient.idl |
@@ -22,4 +22,5 @@ enum ContextFrameType { |
readonly attribute boolean focused; |
readonly attribute ContextFrameType frameType; |
[CallWith=ScriptState] Promise<boolean> focus(); |
+ [RuntimeEnabled=ServiceWorkerWindowClientNavigate, CallWith=ScriptState] Promise<WindowClient> navigate(USVString url); |
}; |