Index: Source/core/svg/SVGCursorElement.cpp |
diff --git a/Source/core/svg/SVGCursorElement.cpp b/Source/core/svg/SVGCursorElement.cpp |
index adbd605d700174c82ea4df4bf511fe09d31438af..dc8e89b10988ac50e661ac1ecc36b3b4d137ed4a 100644 |
--- a/Source/core/svg/SVGCursorElement.cpp |
+++ b/Source/core/svg/SVGCursorElement.cpp |
@@ -126,7 +126,7 @@ void SVGCursorElement::svgAttributeChanged(const QualifiedName& attrName) |
HashSet<SVGElement*>::const_iterator end = m_clients.end(); |
for (; it != end; ++it) |
- (*it)->setNeedsStyleRecalc(); |
+ (*it)->setNeedsStyleRecalc(SubtreeStyleChange); |
} |
} |