diff options
Diffstat (limited to 'WebCore/html/HTMLTableCaptionElement.cpp')
-rw-r--r-- | WebCore/html/HTMLTableCaptionElement.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/html/HTMLTableCaptionElement.cpp b/WebCore/html/HTMLTableCaptionElement.cpp index 2c94727..828a4e9 100644 --- a/WebCore/html/HTMLTableCaptionElement.cpp +++ b/WebCore/html/HTMLTableCaptionElement.cpp @@ -25,9 +25,9 @@ #include "config.h" #include "HTMLTableCaptionElement.h" +#include "Attribute.h" #include "CSSPropertyNames.h" #include "HTMLNames.h" -#include "MappedAttribute.h" namespace WebCore { @@ -49,7 +49,7 @@ bool HTMLTableCaptionElement::mapToEntry(const QualifiedName& attrName, MappedAt return HTMLElement::mapToEntry(attrName, result); } -void HTMLTableCaptionElement::parseMappedAttribute(MappedAttribute *attr) +void HTMLTableCaptionElement::parseMappedAttribute(Attribute* attr) { if (attr->name() == alignAttr) { if (!attr->value().isEmpty()) |