Index: Source/core/svg/SVGFEImageElement.cpp |
diff --git a/Source/core/svg/SVGFEImageElement.cpp b/Source/core/svg/SVGFEImageElement.cpp |
index eb8e0f6f8a5170989d0a6857d505a7224ef62453..6515ccae5b6a9ad789b29bc598e526f1e2a4b832 100644 |
--- a/Source/core/svg/SVGFEImageElement.cpp |
+++ b/Source/core/svg/SVGFEImageElement.cpp |
@@ -147,7 +147,7 @@ void SVGFEImageElement::svgAttributeChanged(const QualifiedName& attrName) |
return; |
} |
- SVGElementInstance::InvalidationGuard invalidationGuard(this); |
+ SVGElement::InvalidationGuard invalidationGuard(this); |
if (attrName == SVGNames::preserveAspectRatioAttr) { |
invalidate(); |