| Index: Source/core/svg/SVGCircleElement.cpp
|
| diff --git a/Source/core/svg/SVGCircleElement.cpp b/Source/core/svg/SVGCircleElement.cpp
|
| index 519b82ea9fbd1ae0c0f8c563e80f4e9edc30dba4..777c01adfa149c280af5cce1fb728e2087757b76 100644
|
| --- a/Source/core/svg/SVGCircleElement.cpp
|
| +++ b/Source/core/svg/SVGCircleElement.cpp
|
| @@ -117,7 +117,7 @@ void SVGCircleElement::svgAttributeChanged(const QualifiedName& attrName)
|
| return;
|
| }
|
|
|
| - SVGGraphicsElement::svgAttributeChanged(attrName);
|
| + SVGGeometryElement::svgAttributeChanged(attrName);
|
| }
|
|
|
| bool SVGCircleElement::selfHasRelativeLengths() const
|
|
|