diff options
Diffstat (limited to 'WebCore/html/HTMLStyleElement.h')
-rw-r--r-- | WebCore/html/HTMLStyleElement.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/WebCore/html/HTMLStyleElement.h b/WebCore/html/HTMLStyleElement.h index 07b5bd9..b4013b8 100644 --- a/WebCore/html/HTMLStyleElement.h +++ b/WebCore/html/HTMLStyleElement.h @@ -41,10 +41,6 @@ public: private: HTMLStyleElement(const QualifiedName&, Document*, bool createdByParser); - virtual HTMLTagStatus endTagRequirement() const { return TagStatusRequired; } - virtual int tagPriority() const { return 1; } - virtual bool checkDTD(const Node* newChild) { return newChild->isTextNode(); } - // overload from HTMLElement virtual void parseMappedAttribute(Attribute*); virtual void insertedIntoDocument(); |