Index: Source/core/svg/SVGSVGElement.cpp |
diff --git a/Source/core/svg/SVGSVGElement.cpp b/Source/core/svg/SVGSVGElement.cpp |
index 2f42fb966b6fd84b3a4256f6a7082b35ec2b8f14..78462416eab42b4ee62f3293293260c3e0b1af5a 100644 |
--- a/Source/core/svg/SVGSVGElement.cpp |
+++ b/Source/core/svg/SVGSVGElement.cpp |
@@ -300,7 +300,7 @@ void SVGSVGElement::svgAttributeChanged(const QualifiedName& attrName) |
RenderObject* renderObject = renderer(); |
if (renderObject && renderObject->isSVGRoot()) { |
invalidateSVGPresentationAttributeStyle(); |
- setNeedsStyleRecalc(LocalStyleChange); |
+ setNeedsStyleRecalc(StyleChangeReasonForTracing::SVGContainerSizeChange, LocalStyleChange); |
} |
} |
} |