diff options
Diffstat (limited to 'WebCore/html/HTMLFontElement.h')
-rw-r--r-- | WebCore/html/HTMLFontElement.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/WebCore/html/HTMLFontElement.h b/WebCore/html/HTMLFontElement.h index f96a50b..f97ab08 100644 --- a/WebCore/html/HTMLFontElement.h +++ b/WebCore/html/HTMLFontElement.h @@ -36,9 +36,6 @@ public: private: HTMLFontElement(const QualifiedName&, Document*); - - virtual HTMLTagStatus endTagRequirement() const { return TagStatusRequired; } - virtual int tagPriority() const { return 1; } virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const; virtual void parseMappedAttribute(Attribute*); |