diff options
Diffstat (limited to 'WebCore/html/HTMLHRElement.h')
-rw-r--r-- | WebCore/html/HTMLHRElement.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/html/HTMLHRElement.h b/WebCore/html/HTMLHRElement.h index 7a9f498..8763082 100644 --- a/WebCore/html/HTMLHRElement.h +++ b/WebCore/html/HTMLHRElement.h @@ -35,7 +35,7 @@ public: virtual int tagPriority() const { return 0; } virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const; - virtual void parseMappedAttribute(MappedAttribute*); + virtual void parseMappedAttribute(Attribute*); String align() const; void setAlign(const String&); |