Index: Source/web/LinkHighlight.cpp |
diff --git a/Source/web/LinkHighlight.cpp b/Source/web/LinkHighlight.cpp |
index 9255fb447477b9d7b62b8e40b43347f5c55dc6b6..213d3d949431bbf652add354fdf5a6a8ce298f17 100644 |
--- a/Source/web/LinkHighlight.cpp |
+++ b/Source/web/LinkHighlight.cpp |
@@ -242,7 +242,7 @@ void LinkHighlight::paintContents(WebCanvas* canvas, const WebRect& webClipRect, |
GraphicsContext gc(canvas); |
IntRect clipRect(IntPoint(webClipRect.x, webClipRect.y), IntSize(webClipRect.width, webClipRect.height)); |
gc.clip(clipRect); |
- gc.setFillColor(m_node->renderer()->style()->tapHighlightColor()); |
+ gc.setFillColor(m_node->renderer()->resolveColor(CSSPropertyWebkitTapHighlightColor)); |
gc.fillPath(m_path); |
} |