| Index: Source/core/html/HTMLElement.idl
|
| diff --git a/Source/core/html/HTMLElement.idl b/Source/core/html/HTMLElement.idl
|
| index e20b341c38825a945d6a26d288697dd25a6d8fe8..54acf8109882fdd08a9d2bd80ebb966ceb4b06be 100644
|
| --- a/Source/core/html/HTMLElement.idl
|
| +++ b/Source/core/html/HTMLElement.idl
|
| @@ -21,16 +21,16 @@
|
| [
|
| CustomWrap,
|
| ] interface HTMLElement : Element {
|
| - [Reflect, TreatNullAs=NullString] attribute DOMString title;
|
| - [Reflect, TreatNullAs=NullString] attribute DOMString lang;
|
| - attribute boolean translate;
|
| - [Reflect, TreatNullAs=NullString] attribute DOMString dir;
|
| + [Reflect] attribute DOMString title;
|
| + [Reflect] attribute DOMString lang;
|
| + attribute boolean translate;
|
| + [Reflect] attribute DOMString dir;
|
|
|
| [CustomElementCallbacks] attribute long tabIndex;
|
| [CustomElementCallbacks] attribute boolean draggable;
|
| [Reflect, TreatNullAs=NullString] attribute DOMString webkitdropzone;
|
| [Reflect] attribute boolean hidden;
|
| - [Reflect, TreatNullAs=NullString] attribute DOMString accessKey;
|
| + [Reflect] attribute DOMString accessKey;
|
|
|
| // Extensions
|
| [TreatNullAs=NullString, CustomElementCallbacks, RaisesException=Setter] attribute DOMString innerText;
|
| @@ -45,7 +45,7 @@
|
|
|
| [RuntimeEnabled=IMEAPI] readonly attribute InputMethodContext inputMethodContext;
|
|
|
| - [TreatNullAs=NullString, CustomElementCallbacks, RaisesException=Setter] attribute DOMString contentEditable;
|
| + [CustomElementCallbacks, RaisesException=Setter] attribute DOMString contentEditable;
|
| readonly attribute boolean isContentEditable;
|
|
|
| attribute boolean spellcheck;
|
|
|