| 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 190c5c7e242c96804b85905e39ea7b9278c24185..09081b0185e0391eb8cf1310b8d94c6344e3dd7f 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();
|
| }
|
|
|
|
|