| Index: Source/core/page/DOMWindow.idl
|
| diff --git a/Source/core/page/DOMWindow.idl b/Source/core/page/DOMWindow.idl
|
| index 633839c4d87a66a533602cced27a68b14e766fe4..cc438f2f2f77dbb4b37c2353fd10889c65e54bcc 100644
|
| --- a/Source/core/page/DOMWindow.idl
|
| +++ b/Source/core/page/DOMWindow.idl
|
| @@ -35,7 +35,7 @@
|
| ] interface DOMWindow {
|
| // DOM Level 0
|
| [Replaceable] readonly attribute Screen screen;
|
| - [Replaceable, DoNotCheckSecurityOnGetter] readonly attribute History history;
|
| + [Replaceable] readonly attribute History history;
|
| [Replaceable] readonly attribute BarInfo locationbar;
|
| [Replaceable] readonly attribute BarInfo menubar;
|
| [Replaceable] readonly attribute BarInfo personalbar;
|
|
|