summaryrefslogtreecommitdiff
path: root/Source/WebCore/html/HTMLParagraphElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/html/HTMLParagraphElement.h')
-rw-r--r--Source/WebCore/html/HTMLParagraphElement.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/WebCore/html/HTMLParagraphElement.h b/Source/WebCore/html/HTMLParagraphElement.h
index 0c8c290bb..86a85a63a 100644
--- a/Source/WebCore/html/HTMLParagraphElement.h
+++ b/Source/WebCore/html/HTMLParagraphElement.h
@@ -34,7 +34,8 @@ public:
private:
HTMLParagraphElement(const QualifiedName&, Document*);
- virtual void parseAttribute(Attribute*) OVERRIDE;
+ virtual bool isPresentationAttribute(Attribute*) const OVERRIDE;
+ virtual void collectStyleForAttribute(Attribute*, StylePropertySet*) OVERRIDE;
};
} // namespace WebCore