| Index: Source/core/svg/SVGTextPathElement.cpp
|
| diff --git a/Source/core/svg/SVGTextPathElement.cpp b/Source/core/svg/SVGTextPathElement.cpp
|
| index ff06f81ff9e8c4ad47273c8c18eadbf1f77d96c7..e6738818e29d3f0ea07b762cbcd4b9ff290d7467 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::InstanceInvalidationGuard invalidationGuard(this);
|
|
|
| if (SVGURIReference::isKnownAttribute(attrName)) {
|
| buildPendingResource();
|
|
|