| Index: Source/core/rendering/RenderTable.h
|
| diff --git a/Source/core/rendering/RenderTable.h b/Source/core/rendering/RenderTable.h
|
| index 62cece692b7145b6a85986850e0eb009b8f49ea1..c1cc213dae36ca48388d9202d64abc781433c144 100644
|
| --- a/Source/core/rendering/RenderTable.h
|
| +++ b/Source/core/rendering/RenderTable.h
|
| @@ -85,8 +85,6 @@ public:
|
| return style()->isLeftToRightDirection() ? borderEnd() : borderStart();
|
| }
|
|
|
| - Color bgColor() const { return resolveColor(CSSPropertyBackgroundColor); }
|
| -
|
| int outerBorderBefore() const;
|
| int outerBorderAfter() const;
|
| int outerBorderStart() const;
|
| @@ -152,7 +150,6 @@ public:
|
| }
|
|
|
| RenderTableSection* header() const { return m_head; }
|
| - RenderTableSection* footer() const { return m_foot; }
|
| RenderTableSection* firstBody() const { return m_firstBody; }
|
|
|
| // This function returns 0 if the table has no section.
|
|
|