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.h17
1 files changed, 1 insertions, 16 deletions
diff --git a/WebCore/html/HTMLTableRowElement.h b/WebCore/html/HTMLTableRowElement.h
index b47edc2..825d763 100644
--- a/WebCore/html/HTMLTableRowElement.h
+++ b/WebCore/html/HTMLTableRowElement.h
@@ -35,7 +35,7 @@ public:
static PassRefPtr<HTMLTableRowElement> create(Document*);
static PassRefPtr<HTMLTableRowElement> create(const QualifiedName&, Document*);
- virtual ContainerNode* addChild(PassRefPtr<Node>);
+ virtual ContainerNode* legacyParserAddChild(PassRefPtr<Node>);
int rowIndex() const;
void setRowIndex(int);
@@ -49,21 +49,6 @@ public:
PassRefPtr<HTMLCollection> cells();
void setCells(HTMLCollection *, ExceptionCode&);
- String align() const;
- void setAlign(const String&);
-
- String bgColor() const;
- void setBgColor(const String&);
-
- String ch() const;
- void setCh(const String&);
-
- String chOff() const;
- void setChOff(const String&);
-
- String vAlign() const;
- void setVAlign(const String&);
-
private:
HTMLTableRowElement(const QualifiedName&, Document*);