| 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 83cfbc76fdf6c23d9b30bcabe78c7d324db5576a..1c2a3e325572a986d0154e6c3d7d6bcef52fc162 100644
|
| --- a/third_party/WebKit/Source/core/editing/spellcheck/SpellCheckerTest.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/spellcheck/SpellCheckerTest.cpp
|
| @@ -17,7 +17,7 @@ TEST_F(SpellCheckerTest, AdvanceToNextMisspellingWithEmptyInputNoCrash)
|
| {
|
| setBodyContent("<input placeholder='placeholder'>abc");
|
| updateLayoutAndStyleForPainting();
|
| - RefPtrWillBeRawPtr<Element> input = document().querySelector("input", ASSERT_NO_EXCEPTION);
|
| + RawPtr<Element> input = document().querySelector("input", ASSERT_NO_EXCEPTION);
|
| input->focus();
|
| document().settings()->setUnifiedTextCheckerEnabled(true);
|
| // Do not crash in AdvanceToNextMisspelling command.
|
|
|