| Index: sky/engine/core/rendering/RootInlineBox.cpp
|
| diff --git a/sky/engine/core/rendering/RootInlineBox.cpp b/sky/engine/core/rendering/RootInlineBox.cpp
|
| index 30c506625fa1e201468b26d1985cce6b602c61e2..d4bbdfac8cbccb5677452f58bf614338d8b020fe 100644
|
| --- a/sky/engine/core/rendering/RootInlineBox.cpp
|
| +++ b/sky/engine/core/rendering/RootInlineBox.cpp
|
| @@ -657,10 +657,7 @@ LayoutUnit RootInlineBox::verticalPositionForBox(InlineBox* box, VerticalPositio
|
| if (!renderer->isInline())
|
| return 0;
|
|
|
| - // This method determines the vertical position for inline elements.
|
| - bool firstLine = isFirstLineStyle();
|
| - if (firstLine && !renderer->document().styleEngine()->usesFirstLineRules())
|
| - firstLine = false;
|
| + bool firstLine = false;
|
|
|
| // Check the cache.
|
| bool isRenderInline = renderer->isRenderInline();
|
|
|