summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLTableColElement.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLTableColElement.cpp')
-rw-r--r--WebCore/html/HTMLTableColElement.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/html/HTMLTableColElement.cpp b/WebCore/html/HTMLTableColElement.cpp
index 27ff6f7..7a40be2 100644
--- a/WebCore/html/HTMLTableColElement.cpp
+++ b/WebCore/html/HTMLTableColElement.cpp
@@ -25,10 +25,10 @@
#include "config.h"
#include "HTMLTableColElement.h"
+#include "Attribute.h"
#include "CSSPropertyNames.h"
#include "HTMLNames.h"
#include "HTMLTableElement.h"
-#include "MappedAttribute.h"
#include "RenderTableCol.h"
#include "Text.h"
@@ -72,7 +72,7 @@ bool HTMLTableColElement::mapToEntry(const QualifiedName& attrName, MappedAttrib
return HTMLTablePartElement::mapToEntry(attrName, result);
}
-void HTMLTableColElement::parseMappedAttribute(MappedAttribute *attr)
+void HTMLTableColElement::parseMappedAttribute(Attribute* attr)
{
if (attr->name() == spanAttr) {
_span = !attr->isNull() ? attr->value().toInt() : 1;