| Index: Source/core/paint/BlockPainter.cpp
|
| diff --git a/Source/core/paint/BlockPainter.cpp b/Source/core/paint/BlockPainter.cpp
|
| index 75e9d68aee811a6147499b8f13ced3a38953898a..cf56667371d52ca093fe173bcc940467de3c07e6 100644
|
| --- a/Source/core/paint/BlockPainter.cpp
|
| +++ b/Source/core/paint/BlockPainter.cpp
|
| @@ -309,7 +309,7 @@ bool BlockPainter::hasCaret() const
|
|
|
| void BlockPainter::paintColumnRules(const PaintInfo& paintInfo, const LayoutPoint& paintOffset)
|
| {
|
| - const Color& ruleColor = m_layoutBlock.resolveColor(CSSPropertyWebkitColumnRuleColor);
|
| + const Color& ruleColor = m_layoutBlock.resolveColor(CSSPropertyColumnRuleColor);
|
| bool ruleTransparent = m_layoutBlock.style()->columnRuleIsTransparent();
|
| EBorderStyle ruleStyle = m_layoutBlock.style()->columnRuleStyle();
|
| LayoutUnit ruleThickness = m_layoutBlock.style()->columnRuleWidth();
|
|
|