| 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 2c1b85b20f51d313b5aa95ee4414c0f06d68cbc3..dbf8b67e072597979aa688a9b0a05d319ae7bddb 100644
|
| --- a/third_party/WebKit/Source/web/tests/WebFrameTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/WebFrameTest.cpp
|
| @@ -6414,7 +6414,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();
|
| }
|
|
|
|
|