Index: Source/core/svg/SVGFELightElement.cpp |
diff --git a/Source/core/svg/SVGFELightElement.cpp b/Source/core/svg/SVGFELightElement.cpp |
index e986cb30aa3b56891a6cc301d217518b4f5e2297..31e0819c2331a2f2142f866ca7f14659d4377691 100644 |
--- a/Source/core/svg/SVGFELightElement.cpp |
+++ b/Source/core/svg/SVGFELightElement.cpp |
@@ -130,7 +130,7 @@ void SVGFELightElement::svgAttributeChanged(const QualifiedName& attrName) |
return; |
} |
- SVGElementInstance::InvalidationGuard invalidationGuard(this); |
+ SVGElement::InstanceInvalidationGuard invalidationGuard(this); |
if (attrName == SVGNames::azimuthAttr |
|| attrName == SVGNames::elevationAttr |