| Index: third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.cpp b/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.cpp
|
| index 51037726195807c88f997690ea925479267dc92b..5ef7ef6ffb8d1b7025917462fdcc47b144c52a51 100644
|
| --- a/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.cpp
|
| @@ -538,7 +538,7 @@ void SpellChecker::MarkMisspellingsAfterReplaceSelectionCommand(
|
| return;
|
|
|
| EphemeralRange paragraph_range(Position::FirstPositionInNode(*node),
|
| - Position::LastPositionInNode(node));
|
| + Position::LastPositionInNode(*node));
|
| TextCheckingParagraph text_to_check(inserted_range, paragraph_range);
|
| ChunkAndMarkAllMisspellings(text_to_check);
|
| }
|
|
|