summaryrefslogtreecommitdiffstats
path: root/WebCore/wml/WMLBRElement.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/wml/WMLBRElement.cpp')
-rw-r--r--WebCore/wml/WMLBRElement.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/wml/WMLBRElement.cpp b/WebCore/wml/WMLBRElement.cpp
index 035619f..d24d2a2 100644
--- a/WebCore/wml/WMLBRElement.cpp
+++ b/WebCore/wml/WMLBRElement.cpp
@@ -28,9 +28,9 @@
#if ENABLE(WML)
#include "WMLBRElement.h"
+#include "Attribute.h"
#include "CSSPropertyNames.h"
#include "HTMLNames.h"
-#include "MappedAttribute.h"
#include "RenderBR.h"
namespace WebCore {
@@ -50,7 +50,7 @@ bool WMLBRElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntr
return WMLElement::mapToEntry(attrName, result);
}
-void WMLBRElement::parseMappedAttribute(MappedAttribute* attr)
+void WMLBRElement::parseMappedAttribute(Attribute* attr)
{
if (attr->name() == HTMLNames::clearAttr) {
// If the string is empty, then don't add the clear property.