| Index: Source/core/html/HTMLTextFormControlElementTest.cpp
|
| diff --git a/Source/core/html/HTMLTextFormControlElementTest.cpp b/Source/core/html/HTMLTextFormControlElementTest.cpp
|
| index 614f3c1f2429a39c2cab698f836c71d34585d986..1134854814f50e622791d248eed837aa2d9c7b0b 100644
|
| --- a/Source/core/html/HTMLTextFormControlElementTest.cpp
|
| +++ b/Source/core/html/HTMLTextFormControlElementTest.cpp
|
| @@ -42,7 +42,7 @@ TEST_F(HTMLTextFormControlElementTest, SetSelectionRange)
|
| EXPECT_EQ(0, textControl().selectionStart());
|
| EXPECT_EQ(0, textControl().selectionEnd());
|
|
|
| - textControl().setInnerTextValue("Hello, text form.");
|
| + textControl().setInnerEditorValue("Hello, text form.");
|
| EXPECT_EQ(0, textControl().selectionStart());
|
| EXPECT_EQ(0, textControl().selectionEnd());
|
|
|
|
|