| 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());
|
| }
|
|
|
|
|