Index: Source/core/svg/SVGTextContentElement.cpp |
diff --git a/Source/core/svg/SVGTextContentElement.cpp b/Source/core/svg/SVGTextContentElement.cpp |
index 9aaeb1b3588a69767a5bedf32bea93b63167f614..6b9db035fe41a64a1d617cb5a02527a84fc9f8af 100644 |
--- a/Source/core/svg/SVGTextContentElement.cpp |
+++ b/Source/core/svg/SVGTextContentElement.cpp |
@@ -255,7 +255,7 @@ void SVGTextContentElement::svgAttributeChanged(const QualifiedName& attrName) |
if (attrName == SVGNames::textLengthAttr) |
m_textLengthIsSpecifiedByUser = true; |
- SVGElementInstance::InvalidationGuard invalidationGuard(this); |
+ SVGElement::InvalidationGuard invalidationGuard(this); |
if (RenderObject* renderer = this->renderer()) |
RenderSVGResource::markForLayoutAndParentResourceInvalidation(renderer); |