| Index: Source/core/layout/line/RootInlineBox.cpp
|
| diff --git a/Source/core/layout/line/RootInlineBox.cpp b/Source/core/layout/line/RootInlineBox.cpp
|
| index e092ff3eae24afcb0d3a69086a1f35014c8e4a47..3de0b2e6f032f4e5cb9ace7da5d9853ecb5475fb 100644
|
| --- a/Source/core/layout/line/RootInlineBox.cpp
|
| +++ b/Source/core/layout/line/RootInlineBox.cpp
|
| @@ -696,7 +696,7 @@ LayoutUnit RootInlineBox::verticalPositionForBox(InlineBox* box, VerticalPositio
|
| if (box->renderer().isText())
|
| return box->parent()->logicalTop();
|
|
|
| - RenderBoxModelObject* renderer = box->boxModelObject();
|
| + LayoutBoxModelObject* renderer = box->boxModelObject();
|
| ASSERT(renderer->isInline());
|
| if (!renderer->isInline())
|
| return 0;
|
|
|