| Index: third_party/WebKit/Source/core/html/HTMLTextAreaElement.idl
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLTextAreaElement.idl b/third_party/WebKit/Source/core/html/HTMLTextAreaElement.idl
|
| index acc5c54f8828cf8cf6d5ed9b7eda322ea4b7816b..a9d8c8ec95081f7002c5385c7a348986bda7e03c 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLTextAreaElement.idl
|
| +++ b/third_party/WebKit/Source/core/html/HTMLTextAreaElement.idl
|
| @@ -28,7 +28,6 @@ interface HTMLTextAreaElement : HTMLElement {
|
| [CEReactions, Reflect] attribute DOMString dirName;
|
| [CEReactions, Reflect] attribute boolean disabled;
|
| [ImplementedAs=formOwner] readonly attribute HTMLFormElement? form;
|
| - [CEReactions, RuntimeEnabled=InputModeAttribute, Reflect] attribute DOMString inputMode;
|
| [CEReactions, RaisesException=Setter] attribute long maxLength;
|
| [CEReactions, RaisesException=Setter] attribute long minLength;
|
| [CEReactions, Reflect] attribute DOMString name;
|
|
|