| 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 1c01125e612b3f9ba04ecc148e5c10ac71231160..001a775104d48a99b88039843d7f564231abf03f 100644
|
| --- a/third_party/WebKit/Source/core/editing/spellcheck/HotModeSpellCheckRequester.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/spellcheck/HotModeSpellCheckRequester.cpp
|
| @@ -109,8 +109,7 @@ void HotModeSpellCheckRequester::CheckSpellingAt(const Position& position) {
|
| CurrentWordIfTypingInPartialWord(*root_editable);
|
| if (current_word.IsNotNull()) {
|
| root_editable->GetDocument().Markers().RemoveMarkers(
|
| - current_word, DocumentMarker::MisspellingMarkers(),
|
| - DocumentMarkerController::kRemovePartiallyOverlappingMarker);
|
| + current_word, DocumentMarker::MisspellingMarkers());
|
| return;
|
| }
|
|
|
|
|