| 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 80edebfe16493241c93bf6845e3b00e2ecac53b5..aedd557ff8aeed4a55f7ef02958204707536775e 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTable.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTable.cpp
|
| @@ -734,8 +734,8 @@ void LayoutTable::layout() {
|
| updateAfterLayout();
|
|
|
| if (state.pageLogicalHeight()) {
|
| - m_blockOffsetToFirstRepeatableHeader =
|
| - state.pageLogicalOffset(*this, LayoutUnit());
|
| + m_blockOffsetToFirstRepeatableHeader = state.pageLogicalOffset(
|
| + *this, topSection ? topSection->logicalTop() : LayoutUnit());
|
| }
|
| }
|
|
|
|
|