Index: Source/core/layout/LayoutBR.cpp |
diff --git a/Source/core/layout/LayoutBR.cpp b/Source/core/layout/LayoutBR.cpp |
index 73f273688ffe5043e50a5e3a121b50ec32395403..2dd81e0448fb312398aa0710d8c64c3d13a0b021 100644 |
--- a/Source/core/layout/LayoutBR.cpp |
+++ b/Source/core/layout/LayoutBR.cpp |
@@ -46,11 +46,11 @@ LayoutBR::~LayoutBR() |
int LayoutBR::lineHeight(bool firstLine) const |
{ |
- const LayoutStyle& style = styleRef(firstLine && document().styleEngine().usesFirstLineRules()); |
+ const ComputedStyle& style = styleRef(firstLine && document().styleEngine().usesFirstLineRules()); |
return style.computedLineHeight(); |
} |
-void LayoutBR::styleDidChange(StyleDifference diff, const LayoutStyle* oldStyle) |
+void LayoutBR::styleDidChange(StyleDifference diff, const ComputedStyle* oldStyle) |
{ |
LayoutText::styleDidChange(diff, oldStyle); |
} |