| Index: Source/core/rendering/RenderFlexibleBox.cpp
|
| diff --git a/Source/core/rendering/RenderFlexibleBox.cpp b/Source/core/rendering/RenderFlexibleBox.cpp
|
| index 83713e7b570a7f4c3849ff3b7756801ec8ea49ce..9537a8bc596cdfb0980f2b39afd687fb6802fcf0 100644
|
| --- a/Source/core/rendering/RenderFlexibleBox.cpp
|
| +++ b/Source/core/rendering/RenderFlexibleBox.cpp
|
| @@ -197,7 +197,7 @@ int RenderFlexibleBox::inlineBlockBaseline(LineDirectionMode direction) const
|
| return synthesizedBaselineFromContentBox(*this, direction) + marginAscent;
|
| }
|
|
|
| -void RenderFlexibleBox::removeChild(RenderObject* child)
|
| +void RenderFlexibleBox::removeChild(LayoutObject* child)
|
| {
|
| RenderBlock::removeChild(child);
|
| m_intrinsicSizeAlongMainAxis.remove(child);
|
|
|