| Index: third_party/WebKit/Source/core/editing/spellcheck/HotModeSpellCheckRequester.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/spellcheck/HotModeSpellCheckRequester.cpp b/third_party/WebKit/Source/core/editing/spellcheck/HotModeSpellCheckRequester.cpp
|
| index 200ddca112b3bfff9e7191ec26d80629c307e6c0..79fd0e77e370493d068781e48a02fcf48eb66956 100644
|
| --- a/third_party/WebKit/Source/core/editing/spellcheck/HotModeSpellCheckRequester.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/spellcheck/HotModeSpellCheckRequester.cpp
|
| @@ -108,8 +108,7 @@ void HotModeSpellCheckRequester::checkSpellingAt(const Position& position) {
|
| currentWordIfTypingInPartialWord(*rootEditable);
|
| if (currentWord.isNotNull()) {
|
| rootEditable->document().markers().removeMarkers(
|
| - currentWord, DocumentMarker::MisspellingMarkers(),
|
| - DocumentMarkerController::RemovePartiallyOverlappingMarker);
|
| + currentWord, DocumentMarker::MisspellingMarkers());
|
| return;
|
| }
|
|
|
|
|