diff options
Diffstat (limited to 'WebCore/svg/SVGCircleElement.cpp')
-rw-r--r-- | WebCore/svg/SVGCircleElement.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/svg/SVGCircleElement.cpp b/WebCore/svg/SVGCircleElement.cpp index 12ccf69..135a96f 100644 --- a/WebCore/svg/SVGCircleElement.cpp +++ b/WebCore/svg/SVGCircleElement.cpp @@ -23,8 +23,8 @@ #if ENABLE(SVG) #include "SVGCircleElement.h" +#include "Attribute.h" #include "FloatPoint.h" -#include "MappedAttribute.h" #include "RenderPath.h" #include "SVGLength.h" #include "SVGNames.h" @@ -46,7 +46,7 @@ SVGCircleElement::~SVGCircleElement() { } -void SVGCircleElement::parseMappedAttribute(MappedAttribute* attr) +void SVGCircleElement::parseMappedAttribute(Attribute* attr) { if (attr->name() == SVGNames::cxAttr) setCxBaseValue(SVGLength(LengthModeWidth, attr->value())); |