| Index: Source/core/svg/SVGUseElement.cpp
|
| diff --git a/Source/core/svg/SVGUseElement.cpp b/Source/core/svg/SVGUseElement.cpp
|
| index a091a05ba5ed4fbd4a5a4c20079e028c0218d340..57cd5748eeccf71927da4826c511363787b67fbd 100644
|
| --- a/Source/core/svg/SVGUseElement.cpp
|
| +++ b/Source/core/svg/SVGUseElement.cpp
|
| @@ -225,7 +225,7 @@ void SVGUseElement::svgAttributeChanged(const QualifiedName& attrName)
|
| return;
|
| }
|
|
|
| - SVGElementInstance::InvalidationGuard invalidationGuard(this);
|
| + SVGElement::InvalidationGuard invalidationGuard(this);
|
|
|
| RenderObject* renderer = this->renderer();
|
| if (attrName == SVGNames::xAttr
|
|
|