summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLMetaElement.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLMetaElement.cpp')
-rw-r--r--WebCore/html/HTMLMetaElement.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/html/HTMLMetaElement.cpp b/WebCore/html/HTMLMetaElement.cpp
index 51bfac3..70129b1 100644
--- a/WebCore/html/HTMLMetaElement.cpp
+++ b/WebCore/html/HTMLMetaElement.cpp
@@ -23,9 +23,9 @@
#include "config.h"
#include "HTMLMetaElement.h"
+#include "Attribute.h"
#include "Document.h"
#include "HTMLNames.h"
-#include "MappedAttribute.h"
#ifdef ANDROID_META_SUPPORT
#include "Settings.h"
@@ -46,7 +46,7 @@ HTMLMetaElement::~HTMLMetaElement()
{
}
-void HTMLMetaElement::parseMappedAttribute(MappedAttribute* attr)
+void HTMLMetaElement::parseMappedAttribute(Attribute* attr)
{
if (attr->name() == http_equivAttr) {
m_equiv = attr->value();