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