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