| Index: sky/engine/core/rendering/RenderFlexibleBox.cpp
|
| diff --git a/sky/engine/core/rendering/RenderFlexibleBox.cpp b/sky/engine/core/rendering/RenderFlexibleBox.cpp
|
| index a5ff46abfd5054aca6f31db17fc7e79e5ca0452a..076655c5e97fb57d7cf0aac1e6ce943fe7993ee4 100644
|
| --- a/sky/engine/core/rendering/RenderFlexibleBox.cpp
|
| +++ b/sky/engine/core/rendering/RenderFlexibleBox.cpp
|
| @@ -142,7 +142,7 @@ int RenderFlexibleBox::baselinePosition(FontBaseline, bool, LineDirectionMode di
|
|
|
| int RenderFlexibleBox::firstLineBoxBaseline() const
|
| {
|
| - if (isWritingModeRoot() || m_numberOfInFlowChildrenOnFirstLine <= 0)
|
| + if (m_numberOfInFlowChildrenOnFirstLine <= 0)
|
| return -1;
|
| RenderBox* baselineChild = 0;
|
| int childNumber = 0;
|
|
|