| Index: third_party/WebKit/Source/core/layout/LayoutState.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutState.cpp b/third_party/WebKit/Source/core/layout/LayoutState.cpp
|
| index 4c0d537f4796670791d4e048f775d6a9f3af8eba..0b86e46f60b40e467d81fc5556306d4b594b53b9 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutState.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutState.cpp
|
| @@ -53,7 +53,6 @@ LayoutState::LayoutState(LayoutBox& layoutObject,
|
| m_flowThread = m_next->flowThread();
|
| m_paginationStateChanged = m_next->m_paginationStateChanged;
|
| layoutObject.view()->pushLayoutState(*this);
|
| - m_heightOffsetForTableHeaders = m_next->heightOffsetForTableHeaders();
|
|
|
| if (layoutObject.isLayoutFlowThread()) {
|
| // Entering a new pagination context.
|
|
|