| Index: Source/core/svg/SVGFESpecularLightingElement.cpp
|
| diff --git a/Source/core/svg/SVGFESpecularLightingElement.cpp b/Source/core/svg/SVGFESpecularLightingElement.cpp
|
| index 6ea66d9462dec97390145a7346e2ab8131f65451..8aa83e66e984f3b637e452d5a552b5cc9fec9dcd 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::InstanceInvalidationGuard invalidationGuard(this);
|
|
|
| if (attrName == SVGNames::surfaceScaleAttr
|
| || attrName == SVGNames::specularConstantAttr
|
|
|