diff options
Diffstat (limited to 'WebCore/html/HTMLParagraphElement.h')
-rw-r--r-- | WebCore/html/HTMLParagraphElement.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/html/HTMLParagraphElement.h b/WebCore/html/HTMLParagraphElement.h index 8e1646f..496951a 100644 --- a/WebCore/html/HTMLParagraphElement.h +++ b/WebCore/html/HTMLParagraphElement.h @@ -35,7 +35,7 @@ public: virtual bool checkDTD(const Node* newChild); virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const; - virtual void parseMappedAttribute(MappedAttribute*); + virtual void parseMappedAttribute(Attribute*); String align() const; void setAlign(const String&); |