summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/SVGCursorElement.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/SVGCursorElement.cpp')
-rw-r--r--WebCore/svg/SVGCursorElement.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/WebCore/svg/SVGCursorElement.cpp b/WebCore/svg/SVGCursorElement.cpp
index e904516..2c51925 100644
--- a/WebCore/svg/SVGCursorElement.cpp
+++ b/WebCore/svg/SVGCursorElement.cpp
@@ -25,7 +25,6 @@
#include "Attr.h"
#include "Document.h"
-#include "MappedAttribute.h"
#include "SVGLength.h"
#include "SVGNames.h"
@@ -48,7 +47,7 @@ SVGCursorElement::~SVGCursorElement()
(*it)->setCursorElement(0);
}
-void SVGCursorElement::parseMappedAttribute(MappedAttribute* attr)
+void SVGCursorElement::parseMappedAttribute(Attribute* attr)
{
if (attr->name() == SVGNames::xAttr)
setXBaseValue(SVGLength(LengthModeWidth, attr->value()));