| Index: Source/core/editing/FrameSelection.cpp
|
| diff --git a/Source/core/editing/FrameSelection.cpp b/Source/core/editing/FrameSelection.cpp
|
| index 82246d70b1ff7c586aa1c9921c77c34da46b1533..8ae0f560edc37569b6e8c7d05d7640bf8cfdbcef 100644
|
| --- a/Source/core/editing/FrameSelection.cpp
|
| +++ b/Source/core/editing/FrameSelection.cpp
|
| @@ -1473,7 +1473,7 @@ void CaretBase::paintCaret(Node* node, GraphicsContext* context, const LayoutPoi
|
| element = node->parentElement();
|
|
|
| if (element && element->renderer())
|
| - caretColor = element->renderer()->style()->visitedDependentColor(CSSPropertyColor);
|
| + caretColor = element->renderer()->resolveColor(CSSPropertyColor);
|
|
|
| context->fillRect(caret, caretColor);
|
| }
|
|
|