| Index: third_party/WebKit/Source/core/html/HTMLElement.idl
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLElement.idl b/third_party/WebKit/Source/core/html/HTMLElement.idl
|
| index 448840d149fdaea20fb19b8a3533903be076da01..e44cdbda25733366d57bf3821fbcc6f46296f2ec 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLElement.idl
|
| +++ b/third_party/WebKit/Source/core/html/HTMLElement.idl
|
| @@ -43,6 +43,7 @@ interface HTMLElement : Element {
|
| // https://html.spec.whatwg.org/#contenteditable
|
| [CEReactions, CustomElementCallbacks, RaisesException=Setter] attribute DOMString contentEditable;
|
| [ImplementedAs=isContentEditableForBinding] readonly attribute boolean isContentEditable;
|
| + [RuntimeEnabled=InputModeAttribute, CEReactions, Reflect] attribute DOMString inputMode;
|
|
|
| // CSSOM View Module
|
| // http://dev.w3.org/csswg/cssom-view/#extensions-to-the-htmlelement-interface
|
|
|