Index: Source/core/svg/SVGFEDropShadowElement.cpp |
diff --git a/Source/core/svg/SVGFEDropShadowElement.cpp b/Source/core/svg/SVGFEDropShadowElement.cpp |
index 910e47e6c46edea2f8c854686358981d1e343b4f..31a4b7982108635edc7bac4eb9573eea76f9e6da 100644 |
--- a/Source/core/svg/SVGFEDropShadowElement.cpp |
+++ b/Source/core/svg/SVGFEDropShadowElement.cpp |
@@ -99,7 +99,7 @@ void SVGFEDropShadowElement::svgAttributeChanged(const QualifiedName& attrName) |
return; |
} |
- SVGElementInstance::InvalidationGuard invalidationGuard(this); |
+ SVGElement::InstanceInvalidationGuard invalidationGuard(this); |
if (attrName == SVGNames::inAttr |
|| attrName == SVGNames::stdDeviationAttr |