Index: Source/core/svg/SVGPolyElement.cpp |
diff --git a/Source/core/svg/SVGPolyElement.cpp b/Source/core/svg/SVGPolyElement.cpp |
index 7e3b3ae0208e1b5dcf5619ef2c6a295958088083..46b37af4c45416b959ec31d5249935928305a7e7 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::InstanceInvalidationGuard invalidationGuard(this); |
RenderSVGShape* renderer = toRenderSVGShape(this->renderer()); |
if (!renderer) |