diff options
Diffstat (limited to 'WebCore/html/HTMLDivElement.cpp')
-rw-r--r-- | WebCore/html/HTMLDivElement.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/html/HTMLDivElement.cpp b/WebCore/html/HTMLDivElement.cpp index bd7195e..4482946 100644 --- a/WebCore/html/HTMLDivElement.cpp +++ b/WebCore/html/HTMLDivElement.cpp @@ -23,10 +23,10 @@ #include "config.h" #include "HTMLDivElement.h" +#include "Attribute.h" #include "CSSPropertyNames.h" #include "CSSValueKeywords.h" #include "HTMLNames.h" -#include "MappedAttribute.h" namespace WebCore { @@ -51,7 +51,7 @@ bool HTMLDivElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEn return HTMLElement::mapToEntry(attrName, result); } -void HTMLDivElement::parseMappedAttribute(MappedAttribute *attr) +void HTMLDivElement::parseMappedAttribute(Attribute* attr) { if (attr->name() == alignAttr) { String v = attr->value(); |