diff options
Diffstat (limited to 'WebCore/html/HTMLBaseElement.h')
-rw-r--r-- | WebCore/html/HTMLBaseElement.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/WebCore/html/HTMLBaseElement.h b/WebCore/html/HTMLBaseElement.h index 6c2d2d8..aa1454f 100644 --- a/WebCore/html/HTMLBaseElement.h +++ b/WebCore/html/HTMLBaseElement.h @@ -34,9 +34,6 @@ public: private: HTMLBaseElement(const QualifiedName&, Document*); - virtual HTMLTagStatus endTagRequirement() const { return TagStatusForbidden; } - virtual int tagPriority() const { return 0; } - virtual String target() const { return m_target; } virtual void parseMappedAttribute(Attribute*); |