| Index: third_party/WebKit/Source/web/tests/WebFrameTest.cpp
|
| diff --git a/third_party/WebKit/Source/web/tests/WebFrameTest.cpp b/third_party/WebKit/Source/web/tests/WebFrameTest.cpp
|
| index bfd2ffa23cba7330baf494009da07dd0f8b86463..0d7e55f2a7b3d14eab20f15fb5109de166a84b23 100644
|
| --- a/third_party/WebKit/Source/web/tests/WebFrameTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/WebFrameTest.cpp
|
| @@ -6418,7 +6418,8 @@ TEST_P(ParameterizedWebFrameTest, CancelSpellingRequestCrash) {
|
| WebSettings::EditingBehaviorWin);
|
|
|
| element->focus();
|
| - frame->frame()->editor().replaceSelectionWithText("A", false, false);
|
| + frame->frame()->editor().replaceSelectionWithText(
|
| + "A", false, false, InputEvent::InputType::InsertReplacementText);
|
| frame->frame()->spellChecker().cancelCheck();
|
| }
|
|
|
|
|