| Index: third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.cpp b/third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.cpp
|
| index 5f47aa8368bc8f7f2c862ae63d7b389a88885696..d256dc4cf08f01a6cca1ccf2f7c731c3be548747 100644
|
| --- a/third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.cpp
|
| @@ -486,7 +486,7 @@ DEFINE_TRACE(DocumentMarkerController) {
|
| SynchronousMutationObserver::Trace(visitor);
|
| }
|
|
|
| -void DocumentMarkerController::RemoveMarkers(
|
| +void DocumentMarkerController::RemoveMarkersForNode(
|
| Node* node,
|
| DocumentMarker::MarkerTypes marker_types) {
|
| if (!PossiblyHasMarkers(marker_types))
|
|
|