| Index: Source/core/svg/SVGEllipseElement.cpp
|
| diff --git a/Source/core/svg/SVGEllipseElement.cpp b/Source/core/svg/SVGEllipseElement.cpp
|
| index c7a7e8b3c59871f9d35fd0637fe43b625993f04a..cc470d28db4b9fb1935f805fc62cc1c538c32625 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;
|
|
|
|
|