Index: Source/core/frame/Window.idl |
diff --git a/Source/core/frame/Window.idl b/Source/core/frame/Window.idl |
index 13c6af00f56103e267bad231df47e542b2cf2655..930ce6e07fd86200f50253b6845b0cd3112eec4c 100644 |
--- a/Source/core/frame/Window.idl |
+++ b/Source/core/frame/Window.idl |
@@ -42,7 +42,7 @@ |
[Replaceable] readonly attribute BarProp scrollbars; |
[Replaceable] readonly attribute BarProp statusbar; |
[Replaceable] readonly attribute BarProp toolbar; |
- [Replaceable, PerWorldBindings, ActivityLogging=GetterForIsolatedWorlds] readonly attribute Navigator navigator; |
+ [PerWorldBindings, ActivityLogging=GetterForIsolatedWorlds] readonly attribute Navigator navigator; |
[Replaceable] readonly attribute Navigator clientInformation; |
[DoNotCheckSecurity, Unforgeable, Replaceable, PerWorldBindings, ActivityLogging=ForIsolatedWorlds, PutForwards=href] readonly attribute Location location; |
[Custom, MeasureAs=WindowEvent, NotEnumerable] attribute Event event; |