| Index: core/html/HTMLTextAreaElement.idl
|
| diff --git a/core/html/HTMLTextAreaElement.idl b/core/html/HTMLTextAreaElement.idl
|
| index cefbca921d8f72d168b4db0b773c8654a4e7c946..51c84199ab19a85b2f65b31cee4b8de63f1eb920 100644
|
| --- a/core/html/HTMLTextAreaElement.idl
|
| +++ b/core/html/HTMLTextAreaElement.idl
|
| @@ -32,7 +32,7 @@ interface HTMLTextAreaElement : HTMLElement {
|
| [Reflect] attribute boolean required;
|
| attribute long rows;
|
| [Reflect] attribute DOMString wrap;
|
| - [EnabledAtRuntime=inputModeAttribute, Reflect] attribute DOMString inputMode;
|
| + [EnabledAtRuntime=InputModeAttribute, Reflect] attribute DOMString inputMode;
|
|
|
| readonly attribute DOMString type;
|
| [TreatNullAs=NullString] attribute DOMString defaultValue;
|
|
|