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.h26
1 files changed, 1 insertions, 25 deletions
diff --git a/WebCore/html/HTMLTableElement.h b/WebCore/html/HTMLTableElement.h
index 0189ce4..c48fee5 100644
--- a/WebCore/html/HTMLTableElement.h
+++ b/WebCore/html/HTMLTableElement.h
@@ -60,34 +60,10 @@ public:
PassRefPtr<HTMLCollection> rows();
PassRefPtr<HTMLCollection> tBodies();
- String align() const;
- void setAlign(const String&);
-
- String bgColor() const;
- void setBgColor(const String&);
-
- String border() const;
- void setBorder(const String&);
-
- String cellPadding() const;
- void setCellPadding(const String&);
-
- String cellSpacing() const;
- void setCellSpacing(const String&);
-
- String frame() const;
- void setFrame(const String&);
-
String rules() const;
- void setRules(const String&);
-
String summary() const;
- void setSummary(const String&);
-
- String width() const;
- void setWidth(const String&);
- virtual ContainerNode* addChild(PassRefPtr<Node>);
+ virtual ContainerNode* legacyParserAddChild(PassRefPtr<Node>);
virtual void attach();