| 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 e2bd5d4a6407c6d12b671e65c867d13d18b8c337..b4c13731a7eb68a4edd08a1adae72e01ca1866c6 100644
|
| --- a/third_party/WebKit/Source/web/tests/WebFrameTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/WebFrameTest.cpp
|
| @@ -6285,7 +6285,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();
|
| }
|
|
|
|
|