| Index: Source/core/svg/SVGImageElement.cpp
|
| diff --git a/Source/core/svg/SVGImageElement.cpp b/Source/core/svg/SVGImageElement.cpp
|
| index dedf4378798b659f883e5aecc4937e307338c3c4..26e7af074199f78881f589c281a7cfcf645f1d6e 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::InvalidationGuard invalidationGuard(this);
|
|
|
| bool isLengthAttribute = attrName == SVGNames::xAttr
|
| || attrName == SVGNames::yAttr
|
|
|