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