Index: Source/core/svg/SVGTextPathElement.cpp |
diff --git a/Source/core/svg/SVGTextPathElement.cpp b/Source/core/svg/SVGTextPathElement.cpp |
index ff06f81ff9e8c4ad47273c8c18eadbf1f77d96c7..ce5165df8ede98526af80154ddb8c3ab6b62906b 100644 |
--- a/Source/core/svg/SVGTextPathElement.cpp |
+++ b/Source/core/svg/SVGTextPathElement.cpp |
@@ -118,7 +118,7 @@ void SVGTextPathElement::svgAttributeChanged(const QualifiedName& attrName) |
return; |
} |
- SVGElementInstance::InvalidationGuard invalidationGuard(this); |
+ SVGElement::InvalidationGuard invalidationGuard(this); |
if (SVGURIReference::isKnownAttribute(attrName)) { |
buildPendingResource(); |