| 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 90c6709600ce50e2fea04863395499d1cd0a7c53..9c20da8575788d41e51a1ec6459c23197cba7022 100644
|
| --- a/third_party/WebKit/Source/core/editing/spellcheck/SpellCheckerTest.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/spellcheck/SpellCheckerTest.cpp
|
| @@ -63,7 +63,7 @@ TEST_F(SpellCheckerTest, SpellCheckDoesNotCauseUpdateLayout) {
|
| forceLayout();
|
| int startCount = layoutCount();
|
| spellChecker->respondToChangedSelection(
|
| - oldSelection,
|
| + oldSelection.start(),
|
| FrameSelection::CloseTyping | FrameSelection::ClearTypingStyle);
|
| EXPECT_EQ(startCount, layoutCount());
|
| }
|
|
|