diff options
Diffstat (limited to 'WebCore/svg/SVGAElement.cpp')
-rw-r--r-- | WebCore/svg/SVGAElement.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/svg/SVGAElement.cpp b/WebCore/svg/SVGAElement.cpp index 4a1f18a..da2190b 100644 --- a/WebCore/svg/SVGAElement.cpp +++ b/WebCore/svg/SVGAElement.cpp @@ -25,6 +25,7 @@ #include "SVGAElement.h" #include "Attr.h" +#include "Attribute.h" #include "CSSHelper.h" #include "Document.h" #include "EventHandler.h" @@ -33,7 +34,6 @@ #include "FrameLoader.h" #include "FrameLoaderTypes.h" #include "KeyboardEvent.h" -#include "MappedAttribute.h" #include "MouseEvent.h" #include "PlatformMouseEvent.h" #include "RenderSVGInline.h" @@ -69,7 +69,7 @@ String SVGAElement::title() const return SVGStyledElement::title(); } -void SVGAElement::parseMappedAttribute(MappedAttribute* attr) +void SVGAElement::parseMappedAttribute(Attribute* attr) { if (attr->name() == SVGNames::targetAttr) setTargetBaseValue(attr->value()); |