| Index: Source/core/frame/Location.idl
|
| diff --git a/Source/core/frame/Location.idl b/Source/core/frame/Location.idl
|
| index 84aeb98a43ce6521f3e53d94599b8974fc84a9a0..88aa1b7963846c9a097cf966440cb98f70fe0f33 100644
|
| --- a/Source/core/frame/Location.idl
|
| +++ b/Source/core/frame/Location.idl
|
| @@ -37,8 +37,8 @@
|
| // problem, since that allows tracking navigation.
|
| [SetterCallWith=ActiveWindow&FirstWindow, DoNotCheckSecurity=Setter, Unforgeable] attribute DOMString href;
|
|
|
| - [CallWith=ActiveWindow&FirstWindow, DoNotCheckSecurity, Unforgeable, ReadOnly, PerWorldBindings, LogActivity] void assign(DOMString url);
|
| - [CallWith=ActiveWindow&FirstWindow, DoNotCheckSecurity, Unforgeable, ReadOnly, PerWorldBindings, LogActivity] void replace(DOMString url);
|
| + [CallWith=ActiveWindow&FirstWindow, DoNotCheckSecurity, Unforgeable, ReadOnly, LogActivity] void assign(DOMString url);
|
| + [CallWith=ActiveWindow&FirstWindow, DoNotCheckSecurity, Unforgeable, ReadOnly, LogActivity] void replace(DOMString url);
|
| [CallWith=ActiveWindow, Unforgeable, ReadOnly] void reload();
|
|
|
| // URI decomposition attributes
|
|
|