diff options
Diffstat (limited to 'WebCore/html/HTMLHeadElement.h')
-rw-r--r-- | WebCore/html/HTMLHeadElement.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/WebCore/html/HTMLHeadElement.h b/WebCore/html/HTMLHeadElement.h index c7cfc00..1a5df86 100644 --- a/WebCore/html/HTMLHeadElement.h +++ b/WebCore/html/HTMLHeadElement.h @@ -33,14 +33,8 @@ public: static PassRefPtr<HTMLHeadElement> create(Document*); static PassRefPtr<HTMLHeadElement> create(const QualifiedName&, Document*); - virtual int tagPriority() const { return 10; } - private: HTMLHeadElement(const QualifiedName&, Document*); - - virtual HTMLTagStatus endTagRequirement() const { return TagStatusOptional; } - virtual bool childAllowed(Node* newChild); - virtual bool checkDTD(const Node* newChild); }; } // namespace |