summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLTablePartElement.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLTablePartElement.cpp')
-rw-r--r--WebCore/html/HTMLTablePartElement.cpp4
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());