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

Unified Diff: third_party/WebKit/Source/core/editing/markers/GenericDocumentMarkerListImpl.cpp

Issue 2871823002: [DMC #5.7] Move DocumentMarkerList::RemoveMarkersUnderWords() to SpellCheckMarkerListImpl (Closed)
Patch Set: Rebase Created 3 years, 7 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
Index: third_party/WebKit/Source/core/editing/markers/GenericDocumentMarkerListImpl.cpp
diff --git a/third_party/WebKit/Source/core/editing/markers/GenericDocumentMarkerListImpl.cpp b/third_party/WebKit/Source/core/editing/markers/GenericDocumentMarkerListImpl.cpp
index 93603e62b96d8ae41b0ae8596319b6532a506a88..246cf12308b4b0f37c568e6b39749e2e8088e90d 100644
--- a/third_party/WebKit/Source/core/editing/markers/GenericDocumentMarkerListImpl.cpp
+++ b/third_party/WebKit/Source/core/editing/markers/GenericDocumentMarkerListImpl.cpp
@@ -58,13 +58,6 @@ bool GenericDocumentMarkerListImpl::RemoveMarkers(unsigned start_offset,
length);
}
-bool GenericDocumentMarkerListImpl::RemoveMarkersUnderWords(
- const String& node_text,
- const Vector<String>& words) {
- return DocumentMarkerListEditor::RemoveMarkersUnderWords(&markers_, node_text,
- words);
-}
-
bool GenericDocumentMarkerListImpl::ShiftMarkers(unsigned offset,
unsigned old_length,
unsigned new_length) {

Powered by Google App Engine
This is Rietveld 408576698