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