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

Unified Diff: third_party/WebKit/Source/core/editing/InputMethodControllerTest.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/InputMethodControllerTest.cpp
diff --git a/third_party/WebKit/Source/core/editing/InputMethodControllerTest.cpp b/third_party/WebKit/Source/core/editing/InputMethodControllerTest.cpp
index a7e2d22f7d56c095ca2788ac83384e5c14107bf2..ee26ab7e7cb16a42a6c6edc561f5981d13c6fdfd 100644
--- a/third_party/WebKit/Source/core/editing/InputMethodControllerTest.cpp
+++ b/third_party/WebKit/Source/core/editing/InputMethodControllerTest.cpp
@@ -202,7 +202,7 @@ TEST_F(InputMethodControllerTest, SetCompositionAfterEmoji) {
EXPECT_EQ(2, GetFrame()
.Selection()
.ComputeVisibleSelectionInDOMTreeDeprecated()
- .end()
+ .End()
.ComputeOffsetInContainerNode());
Controller().SetComposition(String("a"), underlines, 1, 1);
@@ -416,7 +416,7 @@ TEST_F(InputMethodControllerTest, SelectionOnConfirmExistingText) {
EXPECT_EQ(0, GetFrame()
.Selection()
.ComputeVisibleSelectionInDOMTreeDeprecated()
- .end()
+ .End()
.ComputeOffsetInContainerNode());
}

Powered by Google App Engine
This is Rietveld 408576698