Index: Source/WebCore/page/Location.idl |
diff --git a/Source/WebCore/page/Location.idl b/Source/WebCore/page/Location.idl |
index 746ecb577bfc02d56833c410459b877cecef9a0e..13d164e13952470b62b97646725c06e08f60ad21 100644 |
--- a/Source/WebCore/page/Location.idl |
+++ b/Source/WebCore/page/Location.idl |
@@ -34,8 +34,8 @@ |
] interface Location { |
[DoNotCheckSecurityOnSetter, CustomSetter, Unforgeable] attribute DOMString href; |
- [Custom, Unforgeable] void assign([Optional=DefaultIsUndefined] DOMString url); |
- [Custom, Unforgeable] void replace([Optional=DefaultIsUndefined] DOMString url); |
+ [Custom, Unforgeable, PerWorldBindings, ActivityLog=AccessForIsolatedWorlds] void assign([Optional=DefaultIsUndefined] DOMString url); |
+ [Custom, Unforgeable, PerWorldBindings, ActivityLog=AccessForIsolatedWorlds] void replace([Optional=DefaultIsUndefined] DOMString url); |
[Custom, Unforgeable] void reload(); |
// URI decomposition attributes |