| Index: Source/core/rendering/RenderTable.h
|
| diff --git a/Source/core/rendering/RenderTable.h b/Source/core/rendering/RenderTable.h
|
| index 62cece692b7145b6a85986850e0eb009b8f49ea1..3734202c5a43a7e5d73e65ee57c9106c94677826 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;
|
|
|