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

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

Issue 2920733002: Rename VisibleSelection::end() to End() (Closed)
Patch Set: 2017-06-01T18:31:38 Created 3 years, 7 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 6cc9533dcf124e0874da6bff9815d399c0a75fca..ec1629e959eba3e1f6c143719aa83b5ad95f61cd 100644
--- a/third_party/WebKit/Source/core/editing/InputMethodController.cpp
+++ b/third_party/WebKit/Source/core/editing/InputMethodController.cpp
@@ -899,7 +899,7 @@ void InputMethodController::ExtendSelectionAndDelete(int before, int after) {
.Start() == GetFrame()
.Selection()
.ComputeVisibleSelectionInDOMTreeDeprecated()
- .end() &&
+ .End() &&
before <= static_cast<int>(selection_offsets.Start()));
// TODO(chongz): Find a way to distinguish Forward and Backward.
Node* target = GetDocument().FocusedElement();

Powered by Google App Engine
This is Rietveld 408576698