Index: Source/core/rendering/RenderListMarker.cpp |
diff --git a/Source/core/rendering/RenderListMarker.cpp b/Source/core/rendering/RenderListMarker.cpp |
index 326eaa8b1eb9b3a83c6c17a28faa61599ac8d19d..2d08cbfbb25a05657e9a929894bab44c2cca6c7e 100644 |
--- a/Source/core/rendering/RenderListMarker.cpp |
+++ b/Source/core/rendering/RenderListMarker.cpp |
@@ -1162,7 +1162,7 @@ void RenderListMarker::paint(PaintInfo& paintInfo, const LayoutPoint& paintOffse |
context->fillRect(pixelSnappedIntRect(selRect), selectionBackgroundColor()); |
} |
- const Color color(style()->visitedDependentColor(CSSPropertyColor)); |
+ const Color color(resolveColor(CSSPropertyColor)); |
context->setStrokeColor(color); |
context->setStrokeStyle(SolidStroke); |
context->setStrokeThickness(1.0f); |