| Index: third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.h
|
| diff --git a/third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.h b/third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.h
|
| index f82f02a5b753548f532fb5985bb058fd4f953f05..6957d2c96f990b66589e3ae7c7c84ab9f7fd88b5 100644
|
| --- a/third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.h
|
| +++ b/third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.h
|
| @@ -113,10 +113,6 @@ class CORE_EXPORT DocumentMarkerController final
|
|
|
| private:
|
| void AddMarker(Node*, DocumentMarker*);
|
| - void AddSpellCheckMarker(const Position& start,
|
| - const Position& end,
|
| - DocumentMarker::MarkerType,
|
| - const String& description = g_empty_string);
|
|
|
| using MarkerLists = HeapVector<Member<DocumentMarkerList>,
|
| DocumentMarker::kMarkerTypeIndexesCount>;
|
|
|