summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/svg/properties/svg_property_tear_off.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/svg/properties/svg_property_tear_off.cc')
-rw-r--r--chromium/third_party/blink/renderer/core/svg/properties/svg_property_tear_off.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/third_party/blink/renderer/core/svg/properties/svg_property_tear_off.cc b/chromium/third_party/blink/renderer/core/svg/properties/svg_property_tear_off.cc
index 1db1f82f94f..d0c0d2a6028 100644
--- a/chromium/third_party/blink/renderer/core/svg/properties/svg_property_tear_off.cc
+++ b/chromium/third_party/blink/renderer/core/svg/properties/svg_property_tear_off.cc
@@ -49,7 +49,7 @@ SVGPropertyTearOffBase::SVGPropertyTearOffBase(SVGElement* context_element)
binding_(nullptr),
property_is_anim_val_(kPropertyIsNotAnimVal) {}
-void SVGPropertyTearOffBase::Trace(Visitor* visitor) {
+void SVGPropertyTearOffBase::Trace(Visitor* visitor) const {
visitor->Trace(context_element_);
visitor->Trace(binding_);
ScriptWrappable::Trace(visitor);