| Index: Source/core/frame/Window.idl
|
| diff --git a/Source/core/frame/Window.idl b/Source/core/frame/Window.idl
|
| index 13c6af00f56103e267bad231df47e542b2cf2655..34983e1c130688121d7c5a278f92229d0867d9cf 100644
|
| --- a/Source/core/frame/Window.idl
|
| +++ b/Source/core/frame/Window.idl
|
| @@ -34,7 +34,7 @@
|
| WillBeGarbageCollected,
|
| ] interface Window : EventTarget {
|
| // DOM Level 0
|
| - [Replaceable] readonly attribute Screen screen;
|
| + readonly attribute Screen screen;
|
| [Replaceable] readonly attribute History history;
|
| [Replaceable] readonly attribute BarProp locationbar;
|
| [Replaceable] readonly attribute BarProp menubar;
|
|
|