| 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 532fb8e657ca237585daec29988439a44b84155e..84546e6d804c7f1b2b96b02e85f7aa1ecb9af7d4 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutState.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutState.cpp
|
| @@ -95,7 +95,7 @@ LayoutState::LayoutState(LayoutBox& layoutObject, const LayoutSize& offset, Layo
|
| // writing mode roots.
|
| if (layoutObject.paginationBreakability() == LayoutBox::ForbidBreaks) {
|
| m_flowThread = nullptr;
|
| - m_pageLogicalHeight = 0;
|
| + m_pageLogicalHeight = LayoutUnit();
|
| m_isPaginated = false;
|
| } else {
|
| m_isPaginated = m_pageLogicalHeight || m_flowThread;
|
|
|