| Index: Source/core/page/DOMWindow.idl
|
| diff --git a/Source/core/page/DOMWindow.idl b/Source/core/page/DOMWindow.idl
|
| index 28f6584bab54fc77bd630dab31bd93b433558aed..4500ae82506718dd45f9d80801bb365ecbff1a07 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;
|
|
|