| Index: Source/core/svg/SVGImageElement.cpp
|
| diff --git a/Source/core/svg/SVGImageElement.cpp b/Source/core/svg/SVGImageElement.cpp
|
| index dedf4378798b659f883e5aecc4937e307338c3c4..49f8b85fa5b946062ceb05f9e59168a91bbaf7ee 100644
|
| --- a/Source/core/svg/SVGImageElement.cpp
|
| +++ b/Source/core/svg/SVGImageElement.cpp
|
| @@ -131,7 +131,7 @@ void SVGImageElement::svgAttributeChanged(const QualifiedName& attrName)
|
| return;
|
| }
|
|
|
| - SVGElementInstance::InvalidationGuard invalidationGuard(this);
|
| + SVGElement::InstanceInvalidationGuard invalidationGuard(this);
|
|
|
| bool isLengthAttribute = attrName == SVGNames::xAttr
|
| || attrName == SVGNames::yAttr
|
|
|