Index: Source/core/svg/SVGFEColorMatrixElement.cpp |
diff --git a/Source/core/svg/SVGFEColorMatrixElement.cpp b/Source/core/svg/SVGFEColorMatrixElement.cpp |
index 56eac917bc99c3316edc7d0f7c2b12753809e9f0..10b2dfef6f317567ec5f485a96f47e20d16bd6b3 100644 |
--- a/Source/core/svg/SVGFEColorMatrixElement.cpp |
+++ b/Source/core/svg/SVGFEColorMatrixElement.cpp |
@@ -110,7 +110,7 @@ void SVGFEColorMatrixElement::svgAttributeChanged(const QualifiedName& attrName) |
return; |
} |
- SVGElementInstance::InvalidationGuard invalidationGuard(this); |
+ SVGElement::InvalidationGuard invalidationGuard(this); |
if (attrName == SVGNames::typeAttr || attrName == SVGNames::valuesAttr) { |
primitiveAttributeChanged(attrName); |