| Index: Source/core/rendering/RenderBlock.cpp
|
| diff --git a/Source/core/rendering/RenderBlock.cpp b/Source/core/rendering/RenderBlock.cpp
|
| index f535ada36d9386c241ee0a911d7a57fa61946066..72ab96a1ee03feec9266a60c710cad68c656e4fd 100644
|
| --- a/Source/core/rendering/RenderBlock.cpp
|
| +++ b/Source/core/rendering/RenderBlock.cpp
|
| @@ -2961,7 +2961,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();
|
|
|