Index: Source/core/paint/MultiColumnSetPainter.cpp |
diff --git a/Source/core/paint/MultiColumnSetPainter.cpp b/Source/core/paint/MultiColumnSetPainter.cpp |
index 6597b299dc355dc0c8ba7f20583f9048e283dced..35e3cac54910e8bd3805c1256653c0cfd228e095 100644 |
--- a/Source/core/paint/MultiColumnSetPainter.cpp |
+++ b/Source/core/paint/MultiColumnSetPainter.cpp |
@@ -37,7 +37,7 @@ void MultiColumnSetPainter::paintColumnRules(const PaintInfo& paintInfo, const L |
if (m_renderMultiColumnSet.flowThread()->isLayoutPagedFlowThread()) |
return; |
- const LayoutStyle& blockStyle = m_renderMultiColumnSet.multiColumnBlockFlow()->styleRef(); |
+ const ComputedStyle& blockStyle = m_renderMultiColumnSet.multiColumnBlockFlow()->styleRef(); |
const Color& ruleColor = m_renderMultiColumnSet.resolveColor(blockStyle, CSSPropertyWebkitColumnRuleColor); |
bool ruleTransparent = blockStyle.columnRuleIsTransparent(); |
EBorderStyle ruleStyle = blockStyle.columnRuleStyle(); |