| Index: Source/core/layout/LayoutObjectInlines.h
|
| diff --git a/Source/core/layout/LayoutObjectInlines.h b/Source/core/layout/LayoutObjectInlines.h
|
| index 9a322b049025ceeee4235608c87bc410798a07da..70fc8ac668e844bdba7c9314c3030616fd147016 100644
|
| --- a/Source/core/layout/LayoutObjectInlines.h
|
| +++ b/Source/core/layout/LayoutObjectInlines.h
|
| @@ -17,7 +17,7 @@ namespace blink {
|
|
|
| inline LayoutStyle* LayoutObject::firstLineStyle() const
|
| {
|
| - return document().styleEngine()->usesFirstLineRules() ? cachedFirstLineStyle() : style();
|
| + return document().styleEngine().usesFirstLineRules() ? cachedFirstLineStyle() : style();
|
| }
|
|
|
| inline const LayoutStyle& LayoutObject::firstLineStyleRef() const
|
|
|