summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLTableRowElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLTableRowElement.h')
-rw-r--r--WebCore/html/HTMLTableRowElement.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/WebCore/html/HTMLTableRowElement.h b/WebCore/html/HTMLTableRowElement.h
index 825d763..c433677 100644
--- a/WebCore/html/HTMLTableRowElement.h
+++ b/WebCore/html/HTMLTableRowElement.h
@@ -35,8 +35,6 @@ public:
static PassRefPtr<HTMLTableRowElement> create(Document*);
static PassRefPtr<HTMLTableRowElement> create(const QualifiedName&, Document*);
- virtual ContainerNode* legacyParserAddChild(PassRefPtr<Node>);
-
int rowIndex() const;
void setRowIndex(int);
@@ -51,10 +49,6 @@ public:
private:
HTMLTableRowElement(const QualifiedName&, Document*);
-
- virtual HTMLTagStatus endTagRequirement() const { return TagStatusOptional; }
- virtual int tagPriority() const { return 7; }
- virtual bool checkDTD(const Node*);
};
} // namespace