| Index: Source/core/frame/Window.idl
|
| diff --git a/Source/core/frame/Window.idl b/Source/core/frame/Window.idl
|
| index 7e48ff243fc19ab16712d0332224bb44c24819fd..311fa7cf4ae6b0e58d45937aa25cfaa3eef72bd4 100644
|
| --- a/Source/core/frame/Window.idl
|
| +++ b/Source/core/frame/Window.idl
|
| @@ -45,7 +45,7 @@
|
| [Replaceable, MeasureAs=BarPropToolbar] readonly attribute BarProp toolbar;
|
| [LogActivity=GetterOnly] readonly attribute Navigator navigator;
|
| [Replaceable] readonly attribute Navigator clientInformation;
|
| - [DoNotCheckSecurity, Unforgeable, Replaceable, PutForwards=href] readonly attribute Location location;
|
| + [DoNotCheckSecurity, Unforgeable, Replaceable, LogActivity, PutForwards=href] readonly attribute Location location;
|
| [Custom, MeasureAs=WindowEvent, NotEnumerable] attribute Event event;
|
|
|
| Selection getSelection();
|
|
|