| 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 39e68521a2573180cbdf958171024ae07ee24d42..3ebd340c31e500b513e42f58fea2193c907c2a0b 100644
|
| --- a/third_party/WebKit/Source/core/editing/spellcheck/SpellCheckerTest.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/spellcheck/SpellCheckerTest.cpp
|
| @@ -56,9 +56,7 @@ TEST_F(SpellCheckerTest, SpellCheckDoesNotCauseUpdateLayout) {
|
|
|
| Position newPosition(input->innerEditorElement()->firstChild(), 3);
|
| document().frame()->selection().setSelection(
|
| - SelectionInDOMTree::Builder().collapse(newPosition).build(),
|
| - FrameSelection::CloseTyping | FrameSelection::ClearTypingStyle |
|
| - FrameSelection::DoNotUpdateAppearance);
|
| + SelectionInDOMTree::Builder().collapse(newPosition).build());
|
| ASSERT_EQ(3u, input->selectionStart());
|
|
|
| Persistent<SpellChecker> spellChecker(SpellChecker::create(page().frame()));
|
|
|