diff options
Diffstat (limited to 'WebCore/html/HTMLHeadingElement.h')
-rw-r--r-- | WebCore/html/HTMLHeadingElement.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/WebCore/html/HTMLHeadingElement.h b/WebCore/html/HTMLHeadingElement.h index 575a05c..f09cfe3 100644 --- a/WebCore/html/HTMLHeadingElement.h +++ b/WebCore/html/HTMLHeadingElement.h @@ -33,10 +33,6 @@ public: private: HTMLHeadingElement(const QualifiedName&, Document*); - - virtual HTMLTagStatus endTagRequirement() const { return TagStatusRequired; } - virtual int tagPriority() const { return 5; } - virtual bool checkDTD(const Node* newChild); }; } // namespace WebCore |