summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLLIElement.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLLIElement.cpp')
-rw-r--r--WebCore/html/HTMLLIElement.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/html/HTMLLIElement.cpp b/WebCore/html/HTMLLIElement.cpp
index a8a327a..1bfb6f5 100644
--- a/WebCore/html/HTMLLIElement.cpp
+++ b/WebCore/html/HTMLLIElement.cpp
@@ -23,10 +23,10 @@
#include "config.h"
#include "HTMLLIElement.h"
+#include "Attribute.h"
#include "CSSPropertyNames.h"
#include "CSSValueKeywords.h"
#include "HTMLNames.h"
-#include "MappedAttribute.h"
#include "RenderListItem.h"
namespace WebCore {
@@ -50,7 +50,7 @@ bool HTMLLIElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEnt
return HTMLElement::mapToEntry(attrName, result);
}
-void HTMLLIElement::parseMappedAttribute(MappedAttribute* attr)
+void HTMLLIElement::parseMappedAttribute(Attribute* attr)
{
if (attr->name() == valueAttr) {
m_requestedValue = attr->value().toInt();