Index: Source/core/svg/SVGGraphicsElement.cpp |
diff --git a/Source/core/svg/SVGGraphicsElement.cpp b/Source/core/svg/SVGGraphicsElement.cpp |
index 6d66cff05c3ac543337c1b85ff999c3df8c96507..adfad4ba1b1302c56d8155978766f5b9b6979075 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::InvalidationGuard invalidationGuard(this); |
// Reattach so the isValid() check will be run again during renderer creation. |
if (SVGTests::isKnownAttribute(attrName)) { |