| Index: Source/core/svg/SVGSVGElement.cpp
|
| diff --git a/Source/core/svg/SVGSVGElement.cpp b/Source/core/svg/SVGSVGElement.cpp
|
| index 0c76482c2c1b39106e310f1680fc9a22abc9ae02..70d2b28c9c78cc5f623984e67c7837c26db97327 100644
|
| --- a/Source/core/svg/SVGSVGElement.cpp
|
| +++ b/Source/core/svg/SVGSVGElement.cpp
|
| @@ -302,7 +302,7 @@ void SVGSVGElement::svgAttributeChanged(const QualifiedName& attrName)
|
| RenderObject* renderObject = renderer();
|
| if (renderObject && renderObject->isSVGRoot()) {
|
| invalidateSVGPresentationAttributeStyle();
|
| - setNeedsStyleRecalc(LocalStyleChange);
|
| + setNeedsStyleRecalc(StyleRecalcDueToSVGContainerSizeChange, LocalStyleChange);
|
| }
|
| }
|
| }
|
|
|