| Index: Source/core/svg/SVGSVGElement.cpp
|
| diff --git a/Source/core/svg/SVGSVGElement.cpp b/Source/core/svg/SVGSVGElement.cpp
|
| index 93cdcd7df6690c31cfc4eb8a5b7d3f051d54a57a..211ef60b1bf6c7eaec57b81ebf7b8db5a4d6874f 100644
|
| --- a/Source/core/svg/SVGSVGElement.cpp
|
| +++ b/Source/core/svg/SVGSVGElement.cpp
|
| @@ -280,6 +280,7 @@ void SVGSVGElement::svgAttributeChanged(const QualifiedName& attrName)
|
| || attrName == SVGNames::yAttr) {
|
| updateRelativeLengthsOrViewBox = true;
|
| updateRelativeLengthsInformation();
|
| + invalidateRelativeLengthClients();
|
|
|
| // At the SVG/HTML boundary (aka RenderSVGRoot), the width attribute can
|
| // affect the replaced size so we need to mark it for updating.
|
|
|