Index: Source/core/html/HTMLTableSectionElement.h |
diff --git a/Source/core/html/HTMLTableSectionElement.h b/Source/core/html/HTMLTableSectionElement.h |
index 02d55167adbc8941f007affe18e8de579d7656ab..2a72821c7120ff76b59fc83bc382704e7d02732c 100644 |
--- a/Source/core/html/HTMLTableSectionElement.h |
+++ b/Source/core/html/HTMLTableSectionElement.h |
@@ -41,18 +41,6 @@ public: |
int numRows() const; |
- const AtomicString& align() const; |
- void setAlign(const AtomicString&); |
- |
- const AtomicString& ch() const; |
- void setCh(const AtomicString&); |
- |
- const AtomicString& chOff() const; |
- void setChOff(const AtomicString&); |
- |
- const AtomicString& vAlign() const; |
- void setVAlign(const AtomicString&); |
- |
PassRefPtr<HTMLCollection> rows(); |
private: |