diff options
Diffstat (limited to 'WebCore/svg/SVGTextPositioningElement.cpp')
-rw-r--r-- | WebCore/svg/SVGTextPositioningElement.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/svg/SVGTextPositioningElement.cpp b/WebCore/svg/SVGTextPositioningElement.cpp index dd99b49..12b1975 100644 --- a/WebCore/svg/SVGTextPositioningElement.cpp +++ b/WebCore/svg/SVGTextPositioningElement.cpp @@ -23,7 +23,7 @@ #if ENABLE(SVG) #include "SVGTextPositioningElement.h" -#include "MappedAttribute.h" +#include "Attribute.h" #include "RenderObject.h" #include "SVGLengthList.h" #include "SVGNames.h" @@ -45,7 +45,7 @@ SVGTextPositioningElement::~SVGTextPositioningElement() { } -void SVGTextPositioningElement::parseMappedAttribute(MappedAttribute* attr) +void SVGTextPositioningElement::parseMappedAttribute(Attribute* attr) { if (attr->name() == SVGNames::xAttr) xBaseValue()->parse(attr->value(), LengthModeWidth); |