| Index: Source/core/paint/TableCellPainter.cpp
|
| diff --git a/Source/core/paint/TableCellPainter.cpp b/Source/core/paint/TableCellPainter.cpp
|
| index f1eaf96bd4c8768f9ef4e3b96493095c212f4e51..aedef262d7c78f6d80d90932063bb59b96b2090c 100644
|
| --- a/Source/core/paint/TableCellPainter.cpp
|
| +++ b/Source/core/paint/TableCellPainter.cpp
|
| @@ -181,7 +181,7 @@ void TableCellPainter::paintCollapsedBorders(const PaintInfo& paintInfo, const L
|
| }
|
| }
|
|
|
| -void TableCellPainter::paintBackgroundsBehindCell(const PaintInfo& paintInfo, const LayoutPoint& paintOffset, RenderObject* backgroundObject)
|
| +void TableCellPainter::paintBackgroundsBehindCell(const PaintInfo& paintInfo, const LayoutPoint& paintOffset, LayoutObject* backgroundObject)
|
| {
|
| if (!paintInfo.shouldPaintWithinRoot(&m_layoutTableCell))
|
| return;
|
|
|