From e78cbe89e6f337f2f1fe40315be88f742b547151 Mon Sep 17 00:00:00 2001 From: Steve Block Date: Wed, 26 May 2010 10:11:43 +0100 Subject: Merge WebKit at r60074: Initial merge by git Change-Id: I18a2dc5439e36c928351ea829d8fb4e39b062fc7 --- WebCore/wml/WMLBRElement.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'WebCore/wml/WMLBRElement.h') 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*); }; -- cgit v1.1