Index: third_party/WebKit/Source/core/editing/markers/DocumentMarkerListEditor.h |
diff --git a/third_party/WebKit/Source/core/editing/markers/DocumentMarkerListEditor.h b/third_party/WebKit/Source/core/editing/markers/DocumentMarkerListEditor.h |
index cda4b07ff6b5927aceb8dac65058c91077724ebf..df299a90ee3a63f48e469bd3ea975f0e195b6685 100644 |
--- a/third_party/WebKit/Source/core/editing/markers/DocumentMarkerListEditor.h |
+++ b/third_party/WebKit/Source/core/editing/markers/DocumentMarkerListEditor.h |
@@ -28,11 +28,6 @@ class DocumentMarkerListEditor { |
// Returns true if a marker was removed, false otherwise. |
static bool RemoveMarkers(MarkerList*, unsigned start_offset, int length); |
- // Returns true if a marker was removed, false otherwise. |
- static bool RemoveMarkersUnderWords(MarkerList*, |
- const String& node_text, |
- const Vector<String>& words); |
- |
// Returns true if a marker was shifted or removed, false otherwise. |
static bool ShiftMarkers(MarkerList*, |
unsigned offset, |