| Index: Source/core/html/HTMLDocument.idl
|
| diff --git a/Source/core/html/HTMLDocument.idl b/Source/core/html/HTMLDocument.idl
|
| index 889f741b1a552ae237ec758333de8773a51f3e05..abf3fe44e2ad7d5ce5328632d665ee9b15ab19a3 100644
|
| --- a/Source/core/html/HTMLDocument.idl
|
| +++ b/Source/core/html/HTMLDocument.idl
|
| @@ -36,10 +36,8 @@
|
|
|
| [DeprecateAs=DocumentClear] void clear();
|
|
|
| - readonly attribute long width;
|
| - readonly attribute long height;
|
| - [TreatNullAs=NullString] attribute DOMString dir;
|
| - [TreatNullAs=NullString] attribute DOMString designMode;
|
| + [TreatNullAs=NullString] attribute DOMString dir;
|
| + [TreatNullAs=NullString] attribute DOMString designMode;
|
| readonly attribute DOMString compatMode;
|
|
|
| readonly attribute Element activeElement;
|
|
|