| 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 5edeca3c7580ea1c1ae96ef49203c52cdebeb1b4..cda4b07ff6b5927aceb8dac65058c91077724ebf 100644
|
| --- a/third_party/WebKit/Source/core/editing/markers/DocumentMarkerListEditor.h
|
| +++ b/third_party/WebKit/Source/core/editing/markers/DocumentMarkerListEditor.h
|
| @@ -17,7 +17,6 @@ class DocumentMarkerListEditor {
|
| public:
|
| using MarkerList = HeapVector<Member<RenderedDocumentMarker>>;
|
|
|
| - static void AddMarkerAndMergeOverlapping(MarkerList*, const DocumentMarker*);
|
| static void AddMarkerWithoutMergingOverlapping(MarkerList*,
|
| const DocumentMarker*);
|
|
|
|
|