| Index: sky/engine/core/rendering/RenderBlockLineLayout.cpp
|
| diff --git a/sky/engine/core/rendering/RenderBlockLineLayout.cpp b/sky/engine/core/rendering/RenderBlockLineLayout.cpp
|
| index 9a93741102305552276953cc8a75aba53cb3315c..60191f547d73d155d9ccaa4fe31faf7e4371c7e2 100644
|
| --- a/sky/engine/core/rendering/RenderBlockLineLayout.cpp
|
| +++ b/sky/engine/core/rendering/RenderBlockLineLayout.cpp
|
| @@ -113,8 +113,6 @@ InlineFlowBox* RenderBlockFlow::createLineBoxes(RenderObject* obj, const LineInf
|
| ASSERT_WITH_SECURITY_IMPLICATION(newBox->isInlineFlowBox());
|
| parentBox = toInlineFlowBox(newBox);
|
| parentBox->setFirstLineStyleBit(lineInfo.isFirstLine());
|
| - // FIXME(sky): Remove
|
| - parentBox->setIsHorizontal(true);
|
| if (!hasDefaultLineBoxContain)
|
| parentBox->clearDescendantsHaveSameLineHeightAndBaseline();
|
| constructedNewBox = true;
|
|
|