diff options
Diffstat (limited to 'WebCore/html/HTMLBodyElement.h')
-rw-r--r-- | WebCore/html/HTMLBodyElement.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/html/HTMLBodyElement.h b/WebCore/html/HTMLBodyElement.h index 76b49a1..f2c1f98 100644 --- a/WebCore/html/HTMLBodyElement.h +++ b/WebCore/html/HTMLBodyElement.h @@ -70,7 +70,7 @@ private: virtual int tagPriority() const { return 10; } virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const; - virtual void parseMappedAttribute(MappedAttribute*); + virtual void parseMappedAttribute(Attribute*); virtual void insertedIntoDocument(); |