| Index: sky/engine/core/dom/Document.idl
|
| diff --git a/sky/engine/core/dom/Document.idl b/sky/engine/core/dom/Document.idl
|
| index fa468798c67269e7f77a27d99d92238a61a5b68e..8b265fb06461cfcc40e53a3dae42d34380bb2d45 100644
|
| --- a/sky/engine/core/dom/Document.idl
|
| +++ b/sky/engine/core/dom/Document.idl
|
| @@ -63,8 +63,4 @@ callback CustomElementConstructor = Element ();
|
| boolean hasFocus();
|
|
|
| [RaisesException] void registerElement(DOMString name, any type);
|
| -
|
| - // Page visibility API.
|
| - readonly attribute DOMString visibilityState;
|
| - readonly attribute boolean hidden;
|
| };
|
|
|