| 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 06ca1fd2b07349e9d84343416ad38141d9621705..a5490d17ec5fb1aff4444b9a268b32b06aa2871d 100644
|
| --- a/third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.h
|
| +++ b/third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.h
|
| @@ -77,9 +77,7 @@ class CORE_EXPORT DocumentMarkerController final
|
| void MoveMarkers(Node* src_node, int length, Node* dst_node);
|
|
|
| void PrepareForDestruction();
|
| - void RemoveMarkers(
|
| - const EphemeralRange&,
|
| - DocumentMarker::MarkerTypes = DocumentMarker::AllMarkers());
|
| + void RemoveMarkersInRange(const EphemeralRange&, DocumentMarker::MarkerTypes);
|
| void RemoveMarkers(
|
| Node*,
|
| unsigned start_offset,
|
|
|