Index: Source/core/svg/SVGMaskElement.cpp |
diff --git a/Source/core/svg/SVGMaskElement.cpp b/Source/core/svg/SVGMaskElement.cpp |
index 253f4d7bf06d590b654724923fc60e12edc52875..99aa9e386f10f64f126a5825d424542728c7806c 100644 |
--- a/Source/core/svg/SVGMaskElement.cpp |
+++ b/Source/core/svg/SVGMaskElement.cpp |
@@ -110,7 +110,7 @@ void SVGMaskElement::svgAttributeChanged(const QualifiedName& attrName) |
return; |
} |
- SVGElementInstance::InvalidationGuard invalidationGuard(this); |
+ SVGElement::InvalidationGuard invalidationGuard(this); |
if (attrName == SVGNames::xAttr |
|| attrName == SVGNames::yAttr |