| Index: Source/core/svg/SVGGradientElement.cpp
|
| diff --git a/Source/core/svg/SVGGradientElement.cpp b/Source/core/svg/SVGGradientElement.cpp
|
| index 8c28094d65ee358d35c6f0d2f3547e5eca6ae651..ba8a47c068d36adb1d9601cb1a2a175f14823cc9 100644
|
| --- a/Source/core/svg/SVGGradientElement.cpp
|
| +++ b/Source/core/svg/SVGGradientElement.cpp
|
| @@ -100,7 +100,7 @@ void SVGGradientElement::svgAttributeChanged(const QualifiedName& attrName)
|
| return;
|
| }
|
|
|
| - SVGElementInstance::InvalidationGuard invalidationGuard(this);
|
| + SVGElement::InstanceInvalidationGuard invalidationGuard(this);
|
|
|
| RenderSVGResourceContainer* renderer = toRenderSVGResourceContainer(this->renderer());
|
| if (renderer)
|
|
|