| Index: Source/core/rendering/RenderFlowThread.cpp
|
| diff --git a/Source/core/rendering/RenderFlowThread.cpp b/Source/core/rendering/RenderFlowThread.cpp
|
| index 805f1fa47dc66525eb355537977af6504e13b17a..ff05aefd9d7bb05857c5e13e71d5314eb30f3868 100644
|
| --- a/Source/core/rendering/RenderFlowThread.cpp
|
| +++ b/Source/core/rendering/RenderFlowThread.cpp
|
| @@ -136,11 +136,6 @@ void RenderFlowThread::layout()
|
| m_pageLogicalSizeChanged = false;
|
| }
|
|
|
| -void RenderFlowThread::updateLogicalWidth()
|
| -{
|
| - setLogicalWidth(initialLogicalWidth());
|
| -}
|
| -
|
| void RenderFlowThread::computeLogicalHeight(LayoutUnit, LayoutUnit logicalTop, LogicalExtentComputedValues& computedValues) const
|
| {
|
| computedValues.m_position = logicalTop;
|
|
|