| 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 ee048f0f903ca3f4416c77ef04fbcfe9ee3a0967..b4b1fbd1b75ecbec0c47a1825be6aa2ce7dca9b2 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();
|
|
|