| Index: third_party/WebKit/Source/core/layout/LayoutTable.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTable.cpp b/third_party/WebKit/Source/core/layout/LayoutTable.cpp
|
| index 97d67104be9f7a13f5061b983ad7645126912198..9e3aff1c029a906222751313ef8273db7c012289 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTable.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTable.cpp
|
| @@ -619,8 +619,7 @@ void LayoutTable::layout() {
|
| // Don't include any strut in the header group - we only want the height from its content.
|
| offsetForTableHeaders += section->logicalHeight();
|
| if (LayoutTableRow* row = section->firstRow())
|
| - offsetForTableHeaders -=
|
| - section->paginationStrutForRow(row, section->logicalTop());
|
| + offsetForTableHeaders -= row->paginationStrut();
|
| state.setHeightOffsetForTableHeaders(offsetForTableHeaders);
|
| }
|
| }
|
|
|