Index: Source/core/layout/LayoutBR.cpp |
diff --git a/Source/core/layout/LayoutBR.cpp b/Source/core/layout/LayoutBR.cpp |
index 7799a0c19564f7b5a9d88a00a79d31a8eb34be72..73f273688ffe5043e50a5e3a121b50ec32395403 100644 |
--- a/Source/core/layout/LayoutBR.cpp |
+++ b/Source/core/layout/LayoutBR.cpp |
@@ -46,7 +46,7 @@ LayoutBR::~LayoutBR() |
int LayoutBR::lineHeight(bool firstLine) const |
{ |
- const LayoutStyle& style = styleRef(firstLine && document().styleEngine()->usesFirstLineRules()); |
+ const LayoutStyle& style = styleRef(firstLine && document().styleEngine().usesFirstLineRules()); |
return style.computedLineHeight(); |
} |