diff options
Diffstat (limited to 'WebCore/svg/SVGTextContentElement.cpp')
-rw-r--r-- | WebCore/svg/SVGTextContentElement.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/svg/SVGTextContentElement.cpp b/WebCore/svg/SVGTextContentElement.cpp index 3f1ec49..4fef0ee 100644 --- a/WebCore/svg/SVGTextContentElement.cpp +++ b/WebCore/svg/SVGTextContentElement.cpp @@ -23,13 +23,13 @@ #if ENABLE(SVG) #include "SVGTextContentElement.h" +#include "Attribute.h" #include "CSSPropertyNames.h" #include "CSSValueKeywords.h" #include "ExceptionCode.h" #include "FloatPoint.h" #include "FloatRect.h" #include "Frame.h" -#include "MappedAttribute.h" #include "Position.h" #include "RenderSVGText.h" #include "SVGCharacterData.h" @@ -482,7 +482,7 @@ void SVGTextContentElement::selectSubString(unsigned charnum, unsigned nchars, E controller->setSelection(VisibleSelection(start, end)); } -void SVGTextContentElement::parseMappedAttribute(MappedAttribute* attr) +void SVGTextContentElement::parseMappedAttribute(Attribute* attr) { if (attr->name() == SVGNames::lengthAdjustAttr) { if (attr->value() == "spacing") |