| Index: Source/core/paint/TablePainter.cpp
|
| diff --git a/Source/core/paint/TablePainter.cpp b/Source/core/paint/TablePainter.cpp
|
| index d3ac553c437233efe43b3b08531763b4ef6204b4..34b3f64c0558ef6f41c1be59d32e9ed93f02f854 100644
|
| --- a/Source/core/paint/TablePainter.cpp
|
| +++ b/Source/core/paint/TablePainter.cpp
|
| @@ -54,7 +54,6 @@ void TablePainter::paintObject(const PaintInfo& paintInfo, const LayoutPoint& pa
|
| LayoutTable::CollapsedBorderValues collapsedBorders = m_layoutTable.collapsedBorders();
|
| size_t count = collapsedBorders.size();
|
| for (size_t i = 0; i < count; ++i) {
|
| - ScopeRecorder scopeRecorder(*info.context);
|
| // FIXME: pass this value into children rather than storing temporarily on the LayoutTable object.
|
| m_layoutTable.setCurrentBorderValue(&collapsedBorders[i]);
|
| for (LayoutTableSection* section = m_layoutTable.bottomSection(); section; section = m_layoutTable.sectionAbove(section)) {
|
|
|