Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(641)

Unified Diff: third_party/WebKit/Source/core/editing/InputMethodController.cpp

Issue 2806263002: Rename blink::AtomicString::Lower() to DeprecatedLower(). (Closed)
Patch Set: Update a comment Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698