summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLMetaElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLMetaElement.h')
-rw-r--r--WebCore/html/HTMLMetaElement.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/WebCore/html/HTMLMetaElement.h b/WebCore/html/HTMLMetaElement.h
index 6af7483..9b0178e 100644
--- a/WebCore/html/HTMLMetaElement.h
+++ b/WebCore/html/HTMLMetaElement.h
@@ -38,9 +38,6 @@ public:
private:
HTMLMetaElement(const QualifiedName&, Document*);
- virtual HTMLTagStatus endTagRequirement() const { return TagStatusForbidden; }
- virtual int tagPriority() const { return 0; }
-
virtual void parseMappedAttribute(Attribute*);
virtual void insertedIntoDocument();