| Index: Source/core/svg/SVGTextContentElement.cpp
|
| diff --git a/Source/core/svg/SVGTextContentElement.cpp b/Source/core/svg/SVGTextContentElement.cpp
|
| index 9aaeb1b3588a69767a5bedf32bea93b63167f614..8d91d898ee8e8cc19799c4815e49a31962de4039 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::InstanceInvalidationGuard invalidationGuard(this);
|
|
|
| if (RenderObject* renderer = this->renderer())
|
| RenderSVGResource::markForLayoutAndParentResourceInvalidation(renderer);
|
|
|