| Index: Source/core/svg/SVGFESpecularLightingElement.cpp
|
| diff --git a/Source/core/svg/SVGFESpecularLightingElement.cpp b/Source/core/svg/SVGFESpecularLightingElement.cpp
|
| index 6ea66d9462dec97390145a7346e2ab8131f65451..36630fbb78f16ca47c583904449ae435e2c240d2 100644
|
| --- a/Source/core/svg/SVGFESpecularLightingElement.cpp
|
| +++ b/Source/core/svg/SVGFESpecularLightingElement.cpp
|
| @@ -145,7 +145,7 @@ void SVGFESpecularLightingElement::svgAttributeChanged(const QualifiedName& attr
|
| return;
|
| }
|
|
|
| - SVGElementInstance::InvalidationGuard invalidationGuard(this);
|
| + SVGElement::InvalidationGuard invalidationGuard(this);
|
|
|
| if (attrName == SVGNames::surfaceScaleAttr
|
| || attrName == SVGNames::specularConstantAttr
|
|
|