| Index: sky/engine/core/frame/Window.idl
|
| diff --git a/sky/engine/core/frame/Window.idl b/sky/engine/core/frame/Window.idl
|
| index f62b5ffac1f8d0b0b874d6ab76e7e9d328e5b03d..a5925c0e0bb4dcd14ba3ea06159752fe13d4e9ea 100644
|
| --- a/sky/engine/core/frame/Window.idl
|
| +++ b/sky/engine/core/frame/Window.idl
|
| @@ -34,7 +34,6 @@
|
| PrimaryGlobal,
|
| ] interface Window : EventTarget {
|
| readonly attribute Screen screen;
|
| - readonly attribute History history;
|
| [DoNotCheckSecurity, Unforgeable, Replaceable, PutForwards=href] readonly attribute Location location;
|
| [Custom, MeasureAs=WindowEvent, NotEnumerable] attribute Event event;
|
|
|
|
|