| Index: Source/core/rendering/RenderFlexibleBox.cpp
|
| diff --git a/Source/core/rendering/RenderFlexibleBox.cpp b/Source/core/rendering/RenderFlexibleBox.cpp
|
| index 0dbf969545da43af31600d6f7e883f59671a7ddb..0a4886d81323b1eca123f7fd9ac625915226d056 100644
|
| --- a/Source/core/rendering/RenderFlexibleBox.cpp
|
| +++ b/Source/core/rendering/RenderFlexibleBox.cpp
|
| @@ -325,7 +325,7 @@ void RenderFlexibleBox::repaintChildrenDuringLayoutIfMoved(const ChildFrameRects
|
| void RenderFlexibleBox::paintChildren(PaintInfo& paintInfo, const LayoutPoint& paintOffset)
|
| {
|
| for (RenderBox* child = m_orderIterator.first(); child; child = m_orderIterator.next())
|
| - paintChild(child, paintInfo, paintOffset);
|
| + paintChildAsInlineBlock(child, paintInfo, paintOffset);
|
| }
|
|
|
| void RenderFlexibleBox::repositionLogicalHeightDependentFlexItems(Vector<LineContext>& lineContexts)
|
|
|