| Index: Source/core/rendering/RenderFlexibleBox.cpp
|
| diff --git a/Source/core/rendering/RenderFlexibleBox.cpp b/Source/core/rendering/RenderFlexibleBox.cpp
|
| index 7cab4eda8558c0e972e2a7fed1a86c3219f8fbe8..110e1ce4d6e7fa7806c525b2a6fdd37699e1d15d 100644
|
| --- a/Source/core/rendering/RenderFlexibleBox.cpp
|
| +++ b/Source/core/rendering/RenderFlexibleBox.cpp
|
| @@ -242,7 +242,7 @@ void RenderFlexibleBox::layoutBlock(bool relayoutChildren)
|
|
|
| {
|
| FastTextAutosizer::LayoutScope fastTextAutosizerLayoutScope(this);
|
| - LayoutStateMaintainer statePusher(*this, locationOffset());
|
| + LayoutState state(*this, locationOffset());
|
|
|
| m_numberOfInFlowChildrenOnFirstLine = -1;
|
|
|
|
|