summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/SVGScriptElement.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/SVGScriptElement.cpp')
-rw-r--r--WebCore/svg/SVGScriptElement.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/svg/SVGScriptElement.cpp b/WebCore/svg/SVGScriptElement.cpp
index a6d0f47..61c68b6 100644
--- a/WebCore/svg/SVGScriptElement.cpp
+++ b/WebCore/svg/SVGScriptElement.cpp
@@ -23,10 +23,10 @@
#if ENABLE(SVG)
#include "SVGScriptElement.h"
+#include "Attribute.h"
#include "Document.h"
#include "Event.h"
#include "EventNames.h"
-#include "MappedAttribute.h"
#include "SVGNames.h"
namespace WebCore {
@@ -49,7 +49,7 @@ String SVGScriptElement::scriptContent() const
return m_data.scriptContent();
}
-void SVGScriptElement::parseMappedAttribute(MappedAttribute* attr)
+void SVGScriptElement::parseMappedAttribute(Attribute* attr)
{
const QualifiedName& attrName = attr->name();