diff options
Diffstat (limited to 'WebCore/html/HTMLLinkElement.h')
-rw-r--r-- | WebCore/html/HTMLLinkElement.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/WebCore/html/HTMLLinkElement.h b/WebCore/html/HTMLLinkElement.h index 6d7643a..aec971b 100644 --- a/WebCore/html/HTMLLinkElement.h +++ b/WebCore/html/HTMLLinkElement.h @@ -79,9 +79,6 @@ public: bool isIcon() const { return m_relAttribute.m_isIcon; } private: - virtual HTMLTagStatus endTagRequirement() const { return TagStatusForbidden; } - virtual int tagPriority() const { return 0; } - virtual void parseMappedAttribute(Attribute*); void process(); |