| Index: Source/core/layout/LayoutFlowThread.cpp
|
| diff --git a/Source/core/layout/LayoutFlowThread.cpp b/Source/core/layout/LayoutFlowThread.cpp
|
| index cb0391c25df3b0da15cf43e23b115f752aae4e12..cc2f99e50e44f60516e91fc3dc96babb9694c1ae 100644
|
| --- a/Source/core/layout/LayoutFlowThread.cpp
|
| +++ b/Source/core/layout/LayoutFlowThread.cpp
|
| @@ -42,7 +42,6 @@ LayoutFlowThread::LayoutFlowThread()
|
| , m_regionsHaveUniformLogicalHeight(true)
|
| , m_pageLogicalSizeChanged(false)
|
| {
|
| - setFlowThreadState(InsideOutOfFlowThread);
|
| }
|
|
|
| void LayoutFlowThread::removeRegionFromThread(LayoutMultiColumnSet* columnSet)
|
|
|