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