| Index: third_party/WebKit/Source/core/paint/TableSectionPainter.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/TableSectionPainter.cpp b/third_party/WebKit/Source/core/paint/TableSectionPainter.cpp
|
| index 35495ca66b963468a8527f914c1d74958ceca7eb..1802d25edc0a85fbf76999cd5531c5750dee0df1 100644
|
| --- a/third_party/WebKit/Source/core/paint/TableSectionPainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/TableSectionPainter.cpp
|
| @@ -37,7 +37,7 @@ inline const LayoutTableCell* TableSectionPainter::primaryCellToPaint(unsigned r
|
|
|
| void TableSectionPainter::paintRepeatingHeaderGroup(const PaintInfo& paintInfo, const LayoutPoint& paintOffset, const CollapsedBorderValue& currentBorderValue, ItemToPaint itemToPaint)
|
| {
|
| - if (!m_layoutTableSection.hasRepeatingHeaderGroup())
|
| + if (!m_layoutTableSection.isRepeatingHeaderGroup())
|
| return;
|
|
|
| LayoutTable* table = m_layoutTableSection.table();
|
|
|