diff options
Diffstat (limited to 'WebCore/wml/WMLBRElement.h')
-rw-r--r-- | WebCore/wml/WMLBRElement.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/wml/WMLBRElement.h b/WebCore/wml/WMLBRElement.h index 4d65ed4..41c8776 100644 --- a/WebCore/wml/WMLBRElement.h +++ b/WebCore/wml/WMLBRElement.h @@ -35,7 +35,7 @@ public: WMLBRElement(const QualifiedName& tagName, Document*); virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const; - virtual void parseMappedAttribute(MappedAttribute*); + virtual void parseMappedAttribute(Attribute*); virtual RenderObject* createRenderer(RenderArena*, RenderStyle*); }; |