| Index: third_party/WebKit/Source/core/html/HTMLInputElement.idl
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLInputElement.idl b/third_party/WebKit/Source/core/html/HTMLInputElement.idl
|
| index 69e51f8094a3e0c6b1fd883c617cc806d41a4117..669c8e19aa5d3d984cf719d87fa4aa9e324c7342 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLInputElement.idl
|
| +++ b/third_party/WebKit/Source/core/html/HTMLInputElement.idl
|
| @@ -43,7 +43,6 @@ interface HTMLInputElement : HTMLElement {
|
| [CEReactions, Reflect] attribute DOMString formTarget;
|
| [CEReactions, CustomElementCallbacks] attribute unsigned long height;
|
| attribute boolean indeterminate;
|
| - [RuntimeEnabled=InputModeAttribute, CEReactions, Reflect] attribute DOMString inputMode;
|
| readonly attribute HTMLElement? list;
|
| [CEReactions, Reflect] attribute DOMString max;
|
| [CEReactions, RaisesException=Setter, CustomElementCallbacks] attribute long maxLength;
|
|
|