| Index: Source/core/svg/SVGPolyElement.cpp
|
| diff --git a/Source/core/svg/SVGPolyElement.cpp b/Source/core/svg/SVGPolyElement.cpp
|
| index 7e3b3ae0208e1b5dcf5619ef2c6a295958088083..bb0b0ad133e10fb3ffe318660c4b2746aa72e4c0 100644
|
| --- a/Source/core/svg/SVGPolyElement.cpp
|
| +++ b/Source/core/svg/SVGPolyElement.cpp
|
| @@ -70,7 +70,7 @@ void SVGPolyElement::svgAttributeChanged(const QualifiedName& attrName)
|
| return;
|
| }
|
|
|
| - SVGElementInstance::InvalidationGuard invalidationGuard(this);
|
| + SVGElement::InvalidationGuard invalidationGuard(this);
|
|
|
| RenderSVGShape* renderer = toRenderSVGShape(this->renderer());
|
| if (!renderer)
|
|
|