summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLTableElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLTableElement.h')
-rw-r--r--WebCore/html/HTMLTableElement.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/WebCore/html/HTMLTableElement.h b/WebCore/html/HTMLTableElement.h
index c48fee5..da3dc30 100644
--- a/WebCore/html/HTMLTableElement.h
+++ b/WebCore/html/HTMLTableElement.h
@@ -63,8 +63,6 @@ public:
String rules() const;
String summary() const;
- virtual ContainerNode* legacyParserAddChild(PassRefPtr<Node>);
-
virtual void attach();
void addSharedCellDecls(Vector<CSSMutableStyleDeclaration*>&);
@@ -73,10 +71,6 @@ public:
private:
HTMLTableElement(const QualifiedName&, Document*);
- virtual HTMLTagStatus endTagRequirement() const { return TagStatusRequired; }
- virtual int tagPriority() const { return 9; }
- virtual bool checkDTD(const Node*);
-
virtual bool mapToEntry(const QualifiedName&, MappedAttributeEntry&) const;
virtual void parseMappedAttribute(Attribute*);
virtual bool isURLAttribute(Attribute*) const;