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