| Index: third_party/WebKit/Source/core/editing/spellcheck/SpellCheckRequester.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/spellcheck/SpellCheckRequester.cpp b/third_party/WebKit/Source/core/editing/spellcheck/SpellCheckRequester.cpp
|
| index 484e5225f724c3f592454dfac4521e13502e3ef4..05c83354df0267056d746b5a51a737a6c3ae00c3 100644
|
| --- a/third_party/WebKit/Source/core/editing/spellcheck/SpellCheckRequester.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/spellcheck/SpellCheckRequester.cpp
|
| @@ -262,8 +262,7 @@ void SpellCheckRequester::DidCheckSucceed(
|
|
|
| TextCheckingRequestData request_data = processing_request_->Data();
|
| if (request_data.Sequence() == sequence) {
|
| - DocumentMarker::MarkerTypes markers =
|
| - DocumentMarker::SpellCheckClientMarkers();
|
| + DocumentMarker::MarkerTypes markers = DocumentMarker::MisspellingMarkers();
|
| if (processing_request_->IsValid()) {
|
| Range* checking_range = processing_request_->CheckingRange();
|
| GetFrame().GetDocument()->Markers().RemoveMarkersInRange(
|
|
|