| Index: Source/core/rendering/RenderTable.h
|
| diff --git a/Source/core/rendering/RenderTable.h b/Source/core/rendering/RenderTable.h
|
| index 6f4e72a77b0bece061dad93cdfed683eac2cb470..0d48432748a0a2d4345bfb745cfdb1d43dff49a2 100644
|
| --- a/Source/core/rendering/RenderTable.h
|
| +++ b/Source/core/rendering/RenderTable.h
|
| @@ -85,7 +85,7 @@ public:
|
| return style()->isLeftToRightDirection() ? borderEnd() : borderStart();
|
| }
|
|
|
| - Color bgColor() const { return style()->visitedDependentColor(CSSPropertyBackgroundColor); }
|
| + Color bgColor() const { return resolveColor(CSSPropertyBackgroundColor); }
|
|
|
| int outerBorderBefore() const;
|
| int outerBorderAfter() const;
|
|
|