summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/editing/markers/text_marker_base_list_impl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/editing/markers/text_marker_base_list_impl.cc')
-rw-r--r--chromium/third_party/blink/renderer/core/editing/markers/text_marker_base_list_impl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/third_party/blink/renderer/core/editing/markers/text_marker_base_list_impl.cc b/chromium/third_party/blink/renderer/core/editing/markers/text_marker_base_list_impl.cc
index d12dec87ad4..35044d65cb0 100644
--- a/chromium/third_party/blink/renderer/core/editing/markers/text_marker_base_list_impl.cc
+++ b/chromium/third_party/blink/renderer/core/editing/markers/text_marker_base_list_impl.cc
@@ -59,7 +59,7 @@ bool TextMarkerBaseListImpl::ShiftMarkers(const String&,
&markers_, offset, old_length, new_length);
}
-void TextMarkerBaseListImpl::Trace(Visitor* visitor) {
+void TextMarkerBaseListImpl::Trace(Visitor* visitor) const {
visitor->Trace(markers_);
DocumentMarkerList::Trace(visitor);
}