Index: Source/core/svg/SVGSVGElement.cpp |
diff --git a/Source/core/svg/SVGSVGElement.cpp b/Source/core/svg/SVGSVGElement.cpp |
index 2f42fb966b6fd84b3a4256f6a7082b35ec2b8f14..02d10f5f18d8eae99fae650e46cf113ee2e8c876 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(LocalStyleChange, StyleChangeReasonForTracing::create(StyleChangeReason::SVGContainerSizeChange)); |
} |
} |
} |