summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/editing/markers/text_marker_base_list_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/editing/markers/text_marker_base_list_impl.h')
-rw-r--r--chromium/third_party/blink/renderer/core/editing/markers/text_marker_base_list_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/third_party/blink/renderer/core/editing/markers/text_marker_base_list_impl.h b/chromium/third_party/blink/renderer/core/editing/markers/text_marker_base_list_impl.h
index b68fe968a40..466585300c9 100644
--- a/chromium/third_party/blink/renderer/core/editing/markers/text_marker_base_list_impl.h
+++ b/chromium/third_party/blink/renderer/core/editing/markers/text_marker_base_list_impl.h
@@ -35,7 +35,7 @@ class CORE_EXPORT TextMarkerBaseListImpl : public DocumentMarkerList {
unsigned old_length,
unsigned new_length) final;
- void Trace(Visitor*) override;
+ void Trace(Visitor*) const override;
protected:
TextMarkerBaseListImpl() = default;