| Index: Source/core/svg/SVGGraphicsElement.cpp
|
| diff --git a/Source/core/svg/SVGGraphicsElement.cpp b/Source/core/svg/SVGGraphicsElement.cpp
|
| index 6d66cff05c3ac543337c1b85ff999c3df8c96507..1397c17e9a82ecedfa91e8bcb5407865df3ca433 100644
|
| --- a/Source/core/svg/SVGGraphicsElement.cpp
|
| +++ b/Source/core/svg/SVGGraphicsElement.cpp
|
| @@ -196,7 +196,7 @@ void SVGGraphicsElement::svgAttributeChanged(const QualifiedName& attrName)
|
| return;
|
| }
|
|
|
| - SVGElementInstance::InvalidationGuard invalidationGuard(this);
|
| + SVGElement::InstanceInvalidationGuard invalidationGuard(this);
|
|
|
| // Reattach so the isValid() check will be run again during renderer creation.
|
| if (SVGTests::isKnownAttribute(attrName)) {
|
|
|