| Index: core/html/HTMLDocument.idl
|
| diff --git a/core/html/HTMLDocument.idl b/core/html/HTMLDocument.idl
|
| index 889f741b1a552ae237ec758333de8773a51f3e05..860900fa9efe8dd7053f4bd68d5808b7e713f57b 100644
|
| --- a/core/html/HTMLDocument.idl
|
| +++ b/core/html/HTMLDocument.idl
|
| @@ -32,14 +32,12 @@
|
|
|
| // Extensions
|
|
|
| - [Replaceable] readonly attribute HTMLAllCollection all;
|
| + [Replaceable, ImplementedAs=allForBinding] readonly attribute HTMLAllCollection all;
|
|
|
| [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;
|
|
|