summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLModElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLModElement.h')
-rw-r--r--WebCore/html/HTMLModElement.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/WebCore/html/HTMLModElement.h b/WebCore/html/HTMLModElement.h
index 7370320..2b09e21 100644
--- a/WebCore/html/HTMLModElement.h
+++ b/WebCore/html/HTMLModElement.h
@@ -34,9 +34,6 @@ public:
private:
HTMLModElement(const QualifiedName&, Document*);
-
- virtual HTMLTagStatus endTagRequirement() const { return TagStatusRequired; }
- virtual int tagPriority() const { return 1; }
};
} //namespace