| Index: Source/core/rendering/RootInlineBox.cpp
|
| diff --git a/Source/core/rendering/RootInlineBox.cpp b/Source/core/rendering/RootInlineBox.cpp
|
| index 33cf9ad71387a09b1077c5151102aae926f2110e..3b4be53111a42398a5aec6d5f719f3f6e0dec18a 100644
|
| --- a/Source/core/rendering/RootInlineBox.cpp
|
| +++ b/Source/core/rendering/RootInlineBox.cpp
|
| @@ -891,7 +891,7 @@ LayoutUnit RootInlineBox::verticalPositionForBox(InlineBox* box, VerticalPositio
|
| lineHeight = renderer->style()->computedLineHeight();
|
| else
|
| lineHeight = renderer->lineHeight(firstLine, lineDirection);
|
| - verticalPosition -= valueForLength(renderer->style()->verticalAlignLength(), lineHeight, renderer->view());
|
| + verticalPosition -= valueForLength(renderer->style()->verticalAlignLength(), lineHeight);
|
| }
|
| }
|
|
|
|
|