| Index: Source/core/svg/SVGCursorElement.cpp
|
| diff --git a/Source/core/svg/SVGCursorElement.cpp b/Source/core/svg/SVGCursorElement.cpp
|
| index 91d5343cea47824e97405fd761aaf41412cca2d3..98e2b9c20615e310f792b3abdc9aa0b0df42ae88 100644
|
| --- a/Source/core/svg/SVGCursorElement.cpp
|
| +++ b/Source/core/svg/SVGCursorElement.cpp
|
| @@ -117,7 +117,7 @@ void SVGCursorElement::svgAttributeChanged(const QualifiedName& attrName)
|
| WillBeHeapHashSet<RawPtrWillBeWeakMember<SVGElement> >::const_iterator end = m_clients.end();
|
|
|
| for (; it != end; ++it)
|
| - (*it)->setNeedsStyleRecalc(SubtreeStyleChange);
|
| + (*it)->setNeedsStyleRecalc(SubtreeStyleChange, StyleChangeReasonForTracing::create(StyleChangeReason::SVGCursor));
|
| }
|
|
|
| void SVGCursorElement::trace(Visitor* visitor)
|
|
|