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