| Index: Source/core/paint/TableCellPainter.cpp
|
| diff --git a/Source/core/paint/TableCellPainter.cpp b/Source/core/paint/TableCellPainter.cpp
|
| index d406b7c9f96a6f6e3d3b3c3da999c997e8306c46..6de8a013a884f758111412b86e59d7b0f5630cf9 100644
|
| --- a/Source/core/paint/TableCellPainter.cpp
|
| +++ b/Source/core/paint/TableCellPainter.cpp
|
| @@ -135,7 +135,7 @@ void TableCellPainter::paintCollapsedBorders(const PaintInfo& paintInfo, const L
|
| if (recorder.canUseCachedDrawing())
|
| return;
|
|
|
| - const LayoutStyle& styleForCellFlow = *m_layoutTableCell.styleForCellFlow();
|
| + const LayoutStyle& styleForCellFlow = m_layoutTableCell.styleForCellFlow();
|
| CollapsedBorderValue leftVal = cachedCollapsedLeftBorder(styleForCellFlow);
|
| CollapsedBorderValue rightVal = cachedCollapsedRightBorder(styleForCellFlow);
|
| CollapsedBorderValue topVal = cachedCollapsedTopBorder(styleForCellFlow);
|
|
|