summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/SVGLangSpace.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/SVGLangSpace.cpp')
-rw-r--r--WebCore/svg/SVGLangSpace.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/svg/SVGLangSpace.cpp b/WebCore/svg/SVGLangSpace.cpp
index f0d6997..21bb643 100644
--- a/WebCore/svg/SVGLangSpace.cpp
+++ b/WebCore/svg/SVGLangSpace.cpp
@@ -23,7 +23,7 @@
#if ENABLE(SVG)
#include "SVGLangSpace.h"
-#include "MappedAttribute.h"
+#include "Attribute.h"
#include "SVGElement.h"
#include "XMLNames.h"
#include <wtf/StdLibExtras.h>
@@ -63,7 +63,7 @@ void SVGLangSpace::setXmlspace(const AtomicString& xmlSpace)
m_space = xmlSpace;
}
-bool SVGLangSpace::parseMappedAttribute(MappedAttribute* attr)
+bool SVGLangSpace::parseMappedAttribute(Attribute* attr)
{
if (attr->name().matches(XMLNames::langAttr)) {
setXmllang(attr->value());