| Index: Source/core/layout/line/RootInlineBox.cpp
|
| diff --git a/Source/core/layout/line/RootInlineBox.cpp b/Source/core/layout/line/RootInlineBox.cpp
|
| index cf700f9e0e7354fc364e76a3e5fa6d1c8ec4b94e..dbaeaf17713f209754fa86bfef722cff572c8c82 100644
|
| --- a/Source/core/layout/line/RootInlineBox.cpp
|
| +++ b/Source/core/layout/line/RootInlineBox.cpp
|
| @@ -703,7 +703,7 @@ LayoutUnit RootInlineBox::verticalPositionForBox(InlineBox* box, VerticalPositio
|
|
|
| // This method determines the vertical position for inline elements.
|
| bool firstLine = isFirstLineStyle();
|
| - if (firstLine && !renderer->document().styleEngine()->usesFirstLineRules())
|
| + if (firstLine && !renderer->document().styleEngine().usesFirstLineRules())
|
| firstLine = false;
|
|
|
| // Check the cache.
|
|
|