| Index: third_party/WebKit/Source/core/editing/spellcheck/SpellCheckerTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/spellcheck/SpellCheckerTest.cpp b/third_party/WebKit/Source/core/editing/spellcheck/SpellCheckerTest.cpp
|
| index 7955351861b57d0929789a3b266a42defdb58c3c..8306c9544a18410c3dababce2e916d326a5c6dec 100644
|
| --- a/third_party/WebKit/Source/core/editing/spellcheck/SpellCheckerTest.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/spellcheck/SpellCheckerTest.cpp
|
| @@ -18,7 +18,7 @@ TEST_F(SpellCheckerTest, AdvanceToNextMisspellingWithEmptyInputNoCrash)
|
| {
|
| setBodyContent("<input placeholder='placeholder'>abc");
|
| updateAllLifecyclePhases();
|
| - Element* input = document().querySelector("input", ASSERT_NO_EXCEPTION);
|
| + Element* input = document().querySelector("input");
|
| input->focus();
|
| document().settings()->setUnifiedTextCheckerEnabled(true);
|
| // Do not crash in AdvanceToNextMisspelling command.
|
|
|