| Index: sky/engine/core/dom/Document.idl
|
| diff --git a/sky/engine/core/dom/Document.idl b/sky/engine/core/dom/Document.idl
|
| index d3058aa63da6e95cb97d29c1b4c318e0545db1f7..66b117c3c751c0eb0bac4c96408f382c14241ed7 100644
|
| --- a/sky/engine/core/dom/Document.idl
|
| +++ b/sky/engine/core/dom/Document.idl
|
| @@ -43,7 +43,6 @@ callback CustomElementConstructor = Element ();
|
| readonly attribute DOMString contentType;
|
|
|
| [TreatNullAs=NullString, CustomElementCallbacks] attribute DOMString dir;
|
| - [TreatNullAs=NullString, CustomElementCallbacks] attribute DOMString title;
|
| readonly attribute DOMString referrer;
|
| readonly attribute DOMString URL;
|
|
|
| @@ -69,7 +68,5 @@ callback CustomElementConstructor = Element ();
|
| readonly attribute DOMString visibilityState;
|
| readonly attribute boolean hidden;
|
|
|
| - readonly attribute HTMLScriptElement currentScript;
|
| -
|
| attribute Picture rootPicture;
|
| };
|
|
|