| Index: Source/core/svg/SVGPathElement.cpp
|
| diff --git a/Source/core/svg/SVGPathElement.cpp b/Source/core/svg/SVGPathElement.cpp
|
| index 1b5bf3765eb9d5b6299e04a41a572e5aec11e20b..0fc949be34640b0cbf1587805ad6deb49982f3b2 100644
|
| --- a/Source/core/svg/SVGPathElement.cpp
|
| +++ b/Source/core/svg/SVGPathElement.cpp
|
| @@ -221,7 +221,7 @@ void SVGPathElement::svgAttributeChanged(const QualifiedName& attrName)
|
| return;
|
| }
|
|
|
| - SVGElementInstance::InvalidationGuard invalidationGuard(this);
|
| + SVGElement::InvalidationGuard invalidationGuard(this);
|
|
|
| RenderSVGPath* renderer = toRenderSVGPath(this->renderer());
|
|
|
|
|