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