Index: Source/core/svg/SVGCursorElement.cpp |
diff --git a/Source/core/svg/SVGCursorElement.cpp b/Source/core/svg/SVGCursorElement.cpp |
index bd4c7554e1c574f596c4e88922f20ff12ed50b68..fd4087996409628ce727304bf9dea1df3668deb3 100644 |
--- a/Source/core/svg/SVGCursorElement.cpp |
+++ b/Source/core/svg/SVGCursorElement.cpp |
@@ -119,7 +119,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(StyleRecalcDueToSVGCursor, SubtreeStyleChange); |
} |
void SVGCursorElement::trace(Visitor* visitor) |