| Index: third_party/WebKit/Source/core/editing/InputMethodController.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/InputMethodController.cpp b/third_party/WebKit/Source/core/editing/InputMethodController.cpp
|
| index b1a89aa23477c96097c4364b982a636f249d7f95..1055d87630cfe2abcbf372b0d318ff6e8ea2a637 100644
|
| --- a/third_party/WebKit/Source/core/editing/InputMethodController.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/InputMethodController.cpp
|
| @@ -190,7 +190,7 @@ AtomicString GetInputModeAttribute(Element* element) {
|
|
|
| // TODO(dtapuska): We may wish to restrict this to a yet to be proposed
|
| // <contenteditable> or <richtext> element Mozilla discussed at TPAC 2016.
|
| - return element->FastGetAttribute(HTMLNames::inputmodeAttr).Lower();
|
| + return element->FastGetAttribute(HTMLNames::inputmodeAttr).DeprecatedLower();
|
| }
|
|
|
| constexpr int kInvalidDeletionLength = -1;
|
|
|