Index: third_party/WebKit/Source/core/editing/markers/CompositionMarkerListImpl.h |
diff --git a/third_party/WebKit/Source/core/editing/markers/CompositionMarkerListImpl.h b/third_party/WebKit/Source/core/editing/markers/CompositionMarkerListImpl.h |
index 1e90451da7145d6a6427b538c1a584dcfdcaf929..ee93b3c4d7cbf733cd17e7b1e06b60241f0739a3 100644 |
--- a/third_party/WebKit/Source/core/editing/markers/CompositionMarkerListImpl.h |
+++ b/third_party/WebKit/Source/core/editing/markers/CompositionMarkerListImpl.h |
@@ -29,8 +29,6 @@ class CORE_EXPORT CompositionMarkerListImpl final : public DocumentMarkerList { |
bool MoveMarkers(int length, DocumentMarkerList* dst_list) final; |
bool RemoveMarkers(unsigned start_offset, int length) final; |
- bool RemoveMarkersUnderWords(const String& node_text, |
- const Vector<String>& words) final; |
bool ShiftMarkers(unsigned offset, |
unsigned old_length, |
unsigned new_length) final; |