| Index: Source/core/svg/SVGFEDiffuseLightingElement.cpp
|
| diff --git a/Source/core/svg/SVGFEDiffuseLightingElement.cpp b/Source/core/svg/SVGFEDiffuseLightingElement.cpp
|
| index c31990a756698ed07230ad2db1462c996dd045a4..d17ee4072a46f2e66774c21c57550345f5af812c 100644
|
| --- a/Source/core/svg/SVGFEDiffuseLightingElement.cpp
|
| +++ b/Source/core/svg/SVGFEDiffuseLightingElement.cpp
|
| @@ -138,7 +138,7 @@ void SVGFEDiffuseLightingElement::svgAttributeChanged(const QualifiedName& attrN
|
| return;
|
| }
|
|
|
| - SVGElementInstance::InvalidationGuard invalidationGuard(this);
|
| + SVGElement::InvalidationGuard invalidationGuard(this);
|
|
|
| if (attrName == SVGNames::surfaceScaleAttr
|
| || attrName == SVGNames::diffuseConstantAttr
|
|
|