diff options
Diffstat (limited to 'WebCore/html/HTMLTablePartElement.cpp')
-rw-r--r-- | WebCore/html/HTMLTablePartElement.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/html/HTMLTablePartElement.cpp b/WebCore/html/HTMLTablePartElement.cpp index f060dce..316ace4 100644 --- a/WebCore/html/HTMLTablePartElement.cpp +++ b/WebCore/html/HTMLTablePartElement.cpp @@ -25,12 +25,12 @@ #include "config.h" #include "HTMLTablePartElement.h" +#include "Attribute.h" #include "CSSHelper.h" #include "CSSPropertyNames.h" #include "CSSValueKeywords.h" #include "Document.h" #include "HTMLNames.h" -#include "MappedAttribute.h" namespace WebCore { @@ -59,7 +59,7 @@ bool HTMLTablePartElement::mapToEntry(const QualifiedName& attrName, MappedAttri return HTMLElement::mapToEntry(attrName, result); } -void HTMLTablePartElement::parseMappedAttribute(MappedAttribute *attr) +void HTMLTablePartElement::parseMappedAttribute(Attribute* attr) { if (attr->name() == bgcolorAttr) addCSSColor(attr, CSSPropertyBackgroundColor, attr->value()); |