summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/SVGURIReference.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/SVGURIReference.cpp')
-rw-r--r--WebCore/svg/SVGURIReference.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/svg/SVGURIReference.cpp b/WebCore/svg/SVGURIReference.cpp
index 5dbdfb8..8ceba80 100644
--- a/WebCore/svg/SVGURIReference.cpp
+++ b/WebCore/svg/SVGURIReference.cpp
@@ -23,7 +23,7 @@
#if ENABLE(SVG)
#include "SVGURIReference.h"
-#include "MappedAttribute.h"
+#include "Attribute.h"
namespace WebCore {
@@ -35,7 +35,7 @@ SVGURIReference::~SVGURIReference()
{
}
-bool SVGURIReference::parseMappedAttribute(MappedAttribute* attr)
+bool SVGURIReference::parseMappedAttribute(Attribute* attr)
{
if (attr->name().matches(XLinkNames::hrefAttr)) {
setHrefBaseValue(attr->value());