Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(232)

Unified Diff: third_party/WebKit/Source/core/editing/spellcheck/SpellCheckRequester.cpp

Issue 2836393002: Remove DocumentMarker::SpellCheckClientMarkers() (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/core/editing/markers/DocumentMarker.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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(
« no previous file with comments | « third_party/WebKit/Source/core/editing/markers/DocumentMarker.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698