| Index: Source/core/page/DOMWindow.idl
|
| diff --git a/Source/core/page/DOMWindow.idl b/Source/core/page/DOMWindow.idl
|
| index 9338c5cda390017f826f2b10df734406784fd354..d9161fcdf1ddceff0a4e8a6c489edf11b86450bf 100644
|
| --- a/Source/core/page/DOMWindow.idl
|
| +++ b/Source/core/page/DOMWindow.idl
|
| @@ -44,7 +44,7 @@
|
| [Replaceable] readonly attribute BarInfo scrollbars;
|
| [Replaceable] readonly attribute BarInfo statusbar;
|
| [Replaceable] readonly attribute BarInfo toolbar;
|
| - [Replaceable] readonly attribute Navigator navigator;
|
| + [Replaceable, PerWorldBindings, ActivityLog=GetterForIsolatedWorlds] readonly attribute Navigator navigator;
|
| [Replaceable] readonly attribute Navigator clientInformation;
|
| readonly attribute Crypto crypto;
|
| [DoNotCheckSecurity, CustomSetter, Unforgeable] attribute Location location;
|
| @@ -149,10 +149,10 @@
|
| DOMPoint webkitConvertPointFromNodeToPage([Default=Undefined] optional Node node,
|
| [Default=Undefined] optional DOMPoint p);
|
|
|
| - [EnabledAtRuntime] readonly attribute DOMApplicationCache applicationCache;
|
| + [EnabledAtRuntime, PerWorldBindings, ActivityLog=GetterForIsolatedWorlds] readonly attribute DOMApplicationCache applicationCache;
|
|
|
| - [EnabledAtRuntime, GetterRaisesException] readonly attribute Storage sessionStorage;
|
| - [EnabledAtRuntime, GetterRaisesException] readonly attribute Storage localStorage;
|
| + [EnabledAtRuntime, PerWorldBindings, ActivityLog=GetterForIsolatedWorlds, GetterRaisesException] readonly attribute Storage sessionStorage;
|
| + [EnabledAtRuntime, PerWorldBindings, ActivityLog=GetterForIsolatedWorlds, GetterRaisesException] readonly attribute Storage localStorage;
|
|
|
| #if defined(ENABLE_ORIENTATION_EVENTS) && ENABLE_ORIENTATION_EVENTS
|
| // This is the interface orientation in degrees. Some examples are:
|
|
|