Index: Source/modules/serviceworkers/WindowClient.idl |
diff --git a/Source/modules/serviceworkers/WindowClient.idl b/Source/modules/serviceworkers/WindowClient.idl |
index 3af859b12a83640eac243b5cd89dabe784ccf3f2..9ebb051ce16b7fb25481a63cddc9a0c908224bca 100644 |
--- a/Source/modules/serviceworkers/WindowClient.idl |
+++ b/Source/modules/serviceworkers/WindowClient.idl |
@@ -21,4 +21,5 @@ enum ContextFrameType { |
readonly attribute VisibilityState visibilityState; |
readonly attribute boolean focused; |
[CallWith=ScriptState] Promise<WindowClient> focus(); |
+ [RuntimeEnabled=ServiceWorkerWindowClientNavigate, CallWith=ScriptState] Promise<WindowClient> navigate(USVString url); |
}; |