Index: Source/core/svg/SVGFEDisplacementMapElement.cpp |
diff --git a/Source/core/svg/SVGFEDisplacementMapElement.cpp b/Source/core/svg/SVGFEDisplacementMapElement.cpp |
index 7a1dbdb63dfd9fcf8b853f56fc0a218cacf064c0..573c861d091f423e0cb0e158fb21b6b0ea0f04a9 100644 |
--- a/Source/core/svg/SVGFEDisplacementMapElement.cpp |
+++ b/Source/core/svg/SVGFEDisplacementMapElement.cpp |
@@ -121,7 +121,7 @@ void SVGFEDisplacementMapElement::svgAttributeChanged(const QualifiedName& attrN |
return; |
} |
- SVGElementInstance::InvalidationGuard invalidationGuard(this); |
+ SVGElement::InstanceInvalidationGuard invalidationGuard(this); |
if (attrName == SVGNames::xChannelSelectorAttr || attrName == SVGNames::yChannelSelectorAttr || attrName == SVGNames::scaleAttr) { |
primitiveAttributeChanged(attrName); |