diff options
Diffstat (limited to 'WebCore/html/HTMLBRElement.h')
-rw-r--r-- | WebCore/html/HTMLBRElement.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/html/HTMLBRElement.h b/WebCore/html/HTMLBRElement.h index 6b20b37..5ae33c8 100644 --- a/WebCore/html/HTMLBRElement.h +++ b/WebCore/html/HTMLBRElement.h @@ -39,7 +39,7 @@ private: virtual int tagPriority() const { return 0; } virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const; - virtual void parseMappedAttribute(MappedAttribute*); + virtual void parseMappedAttribute(Attribute*); virtual RenderObject* createRenderer(RenderArena*, RenderStyle*); }; |