Index: Source/core/svg/SVGRectElement.cpp |
diff --git a/Source/core/svg/SVGRectElement.cpp b/Source/core/svg/SVGRectElement.cpp |
index 1a3399e4da0589f9d0f29f5d6cdab49338539bee..95dbbcba30774bee97ec9847cd6ba76b72d5d5fe 100644 |
--- a/Source/core/svg/SVGRectElement.cpp |
+++ b/Source/core/svg/SVGRectElement.cpp |
@@ -98,7 +98,7 @@ void SVGRectElement::svgAttributeChanged(const QualifiedName& attrName) |
return; |
} |
- SVGElementInstance::InvalidationGuard invalidationGuard(this); |
+ SVGElement::InvalidationGuard invalidationGuard(this); |
bool isLengthAttribute = attrName == SVGNames::xAttr |
|| attrName == SVGNames::yAttr |