Index: Source/core/svg/SVGEllipseElement.cpp |
diff --git a/Source/core/svg/SVGEllipseElement.cpp b/Source/core/svg/SVGEllipseElement.cpp |
index 7913788353cfe9ed9923863966a8cdb8112f60ae..82a9d0f68c5d0eecdd304172180152c3ad8baf2b 100644 |
--- a/Source/core/svg/SVGEllipseElement.cpp |
+++ b/Source/core/svg/SVGEllipseElement.cpp |
@@ -118,7 +118,7 @@ void SVGEllipseElement::svgAttributeChanged(const QualifiedName& attrName) |
if (isLengthAttribute) |
updateRelativeLengthsInformation(); |
- LayoutSVGShape* renderer = toLayoutSVGShape(this->renderer()); |
+ LayoutSVGShape* renderer = toLayoutSVGShape(this->layoutObject()); |
if (!renderer) |
return; |