| Index: Source/core/rendering/RenderBlock.cpp
|
| diff --git a/Source/core/rendering/RenderBlock.cpp b/Source/core/rendering/RenderBlock.cpp
|
| index 580994098cfc8e683818c25fc0393d6498895b68..807f49cc82d1e8f6476e3dd7c0d68461d4fffbc0 100644
|
| --- a/Source/core/rendering/RenderBlock.cpp
|
| +++ b/Source/core/rendering/RenderBlock.cpp
|
| @@ -2969,7 +2969,7 @@ void RenderBlock::paintColumnRules(PaintInfo& paintInfo, const LayoutPoint& pain
|
| if (paintInfo.context->paintingDisabled())
|
| return;
|
|
|
| - const Color& ruleColor = style()->visitedDependentColor(CSSPropertyWebkitColumnRuleColor);
|
| + const Color& ruleColor = resolveColor(CSSPropertyWebkitColumnRuleColor);
|
| bool ruleTransparent = style()->columnRuleIsTransparent();
|
| EBorderStyle ruleStyle = style()->columnRuleStyle();
|
| LayoutUnit ruleThickness = style()->columnRuleWidth();
|
|
|