| Index: Source/core/rendering/RenderFlexibleBox.cpp
|
| diff --git a/Source/core/rendering/RenderFlexibleBox.cpp b/Source/core/rendering/RenderFlexibleBox.cpp
|
| index 7cab4eda8558c0e972e2a7fed1a86c3219f8fbe8..61b5c3049cc0ef48b23c467af679adead22c1339 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 statePusher(*this, locationOffset());
|
|
|
| m_numberOfInFlowChildrenOnFirstLine = -1;
|
|
|
|
|