summaryrefslogtreecommitdiffstats
path: root/WebCore/wml/WMLElement.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/wml/WMLElement.cpp')
-rw-r--r--WebCore/wml/WMLElement.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/wml/WMLElement.cpp b/WebCore/wml/WMLElement.cpp
index 89fd07a..dbe55a9 100644
--- a/WebCore/wml/WMLElement.cpp
+++ b/WebCore/wml/WMLElement.cpp
@@ -23,9 +23,9 @@
#if ENABLE(WML)
#include "WMLElement.h"
+#include "Attribute.h"
#include "CSSPropertyNames.h"
#include "HTMLNames.h"
-#include "MappedAttribute.h"
#include "RenderObject.h"
#include "WMLErrorHandling.h"
#include "WMLNames.h"
@@ -58,7 +58,7 @@ bool WMLElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry&
return StyledElement::mapToEntry(attrName, result);
}
-void WMLElement::parseMappedAttribute(MappedAttribute* attr)
+void WMLElement::parseMappedAttribute(Attribute* attr)
{
if (attr->name() == idAttributeName()
|| attr->name() == HTMLNames::classAttr