| Index: Source/core/html/HTMLElement.idl
|
| diff --git a/Source/core/html/HTMLElement.idl b/Source/core/html/HTMLElement.idl
|
| index a9de14802d8e0a2c41b238c266a591cb9e796dd5..986942c43515081c3a4c88197ff5b45110eaaa38 100644
|
| --- a/Source/core/html/HTMLElement.idl
|
| +++ b/Source/core/html/HTMLElement.idl
|
| @@ -50,7 +50,6 @@
|
| [Default=Undefined] optional DOMString text);
|
|
|
| [EnabledAtRuntime=imeAPI] InputMethodContext getInputContext();
|
| - readonly attribute HTMLCollection children;
|
|
|
| [TreatNullAs=NullString, SetterRaisesException] attribute DOMString contentEditable;
|
| readonly attribute boolean isContentEditable;
|
|
|