summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLTableCaptionElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLTableCaptionElement.h')
-rw-r--r--WebCore/html/HTMLTableCaptionElement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/html/HTMLTableCaptionElement.h b/WebCore/html/HTMLTableCaptionElement.h
index 3c2aaa1..cf9d4d9 100644
--- a/WebCore/html/HTMLTableCaptionElement.h
+++ b/WebCore/html/HTMLTableCaptionElement.h
@@ -38,7 +38,7 @@ public:
virtual int tagPriority() const { return 5; }
virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
- virtual void parseMappedAttribute(MappedAttribute*);
+ virtual void parseMappedAttribute(Attribute*);
String align() const;
void setAlign(const String&);