| Index: Source/core/frame/Window.idl
|
| diff --git a/Source/core/frame/Window.idl b/Source/core/frame/Window.idl
|
| index 3a9e543d890befd45f30abe50ffa78cacd8070c9..715f8ece3b96f88265a56a3da1073182763b36a2 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;
|
| readonly attribute History history;
|
| [Replaceable] readonly attribute BarProp locationbar;
|
| [Replaceable] readonly attribute BarProp menubar;
|
|
|