summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLParagraphElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLParagraphElement.h')
-rw-r--r--WebCore/html/HTMLParagraphElement.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/WebCore/html/HTMLParagraphElement.h b/WebCore/html/HTMLParagraphElement.h
index 0a31a1c..6dbf071 100644
--- a/WebCore/html/HTMLParagraphElement.h
+++ b/WebCore/html/HTMLParagraphElement.h
@@ -34,10 +34,6 @@ public:
private:
HTMLParagraphElement(const QualifiedName&, Document*);
- virtual HTMLTagStatus endTagRequirement() const { return TagStatusRequired; }
- virtual int tagPriority() const { return 3; }
- virtual bool checkDTD(const Node* newChild);
-
virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
virtual void parseMappedAttribute(Attribute*);
};