| 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 52d498e8891093ffd046f3ab0b90c4cf5b992c70..2f48c5428f7fdb354660e29e9d483ae8b21911a6 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutState.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutState.cpp
|
| @@ -111,7 +111,6 @@ LayoutState::LayoutState(LayoutObject& root)
|
| , m_containingBlockLogicalWidthChanged(false)
|
| , m_flowThread(nullptr)
|
| , m_next(root.view()->layoutState())
|
| - , m_pageLogicalHeight(0)
|
| , m_layoutObject(root)
|
| {
|
| ASSERT(!m_next);
|
|
|