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