summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLBaseElement.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLBaseElement.cpp')
-rw-r--r--WebCore/html/HTMLBaseElement.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/html/HTMLBaseElement.cpp b/WebCore/html/HTMLBaseElement.cpp
index 613a0f7..862f072 100644
--- a/WebCore/html/HTMLBaseElement.cpp
+++ b/WebCore/html/HTMLBaseElement.cpp
@@ -23,11 +23,11 @@
#include "config.h"
#include "HTMLBaseElement.h"
+#include "Attribute.h"
#include "CSSHelper.h"
#include "Document.h"
#include "Frame.h"
#include "HTMLNames.h"
-#include "MappedAttribute.h"
#include "XSSAuditor.h"
namespace WebCore {
@@ -40,7 +40,7 @@ HTMLBaseElement::HTMLBaseElement(const QualifiedName& qName, Document* document)
ASSERT(hasTagName(baseTag));
}
-void HTMLBaseElement::parseMappedAttribute(MappedAttribute* attr)
+void HTMLBaseElement::parseMappedAttribute(Attribute* attr)
{
if (attr->name() == hrefAttr) {
m_hrefAttrValue = attr->value();