| Index: Source/core/rendering/RenderFlowThread.cpp
|
| diff --git a/Source/core/rendering/RenderFlowThread.cpp b/Source/core/rendering/RenderFlowThread.cpp
|
| index 3f5c801c31eede19a77f9c6ef5d989c26bcfff8a..ab80424228f7102d40e1e84f7a229416c0dda5fb 100644
|
| --- a/Source/core/rendering/RenderFlowThread.cpp
|
| +++ b/Source/core/rendering/RenderFlowThread.cpp
|
| @@ -365,13 +365,6 @@ void RenderFlowThread::getRegionRangeForBox(const RenderBox* box, RenderRegion*&
|
| ASSERT(m_regionList.contains(startRegion) && m_regionList.contains(endRegion));
|
| }
|
|
|
| -void RenderFlowThread::applyBreakAfterContent(LayoutUnit clientHeight)
|
| -{
|
| - // Simulate a region break at height. If it points inside an auto logical height region,
|
| - // then it may determine the region computed autoheight.
|
| - addForcedRegionBreak(clientHeight, this, false);
|
| -}
|
| -
|
| void RenderFlowThread::updateRegionsFlowThreadPortionRect()
|
| {
|
| LayoutUnit logicalHeight = 0;
|
|
|