Index: Source/core/svg/SVGEllipseElement.cpp |
diff --git a/Source/core/svg/SVGEllipseElement.cpp b/Source/core/svg/SVGEllipseElement.cpp |
index a481a59111a39a61dc2c623f9feca1db9674fba7..436931a8132dc0e442295e994d3daffe1f0cc74d 100644 |
--- a/Source/core/svg/SVGEllipseElement.cpp |
+++ b/Source/core/svg/SVGEllipseElement.cpp |
@@ -88,7 +88,7 @@ void SVGEllipseElement::svgAttributeChanged(const QualifiedName& attrName) |
return; |
} |
- SVGElementInstance::InvalidationGuard invalidationGuard(this); |
+ SVGElement::InvalidationGuard invalidationGuard(this); |
bool isLengthAttribute = attrName == SVGNames::cxAttr |
|| attrName == SVGNames::cyAttr |