| Index: Source/WebKit/chromium/src/LinkHighlight.cpp
 | 
| diff --git a/Source/WebKit/chromium/src/LinkHighlight.cpp b/Source/WebKit/chromium/src/LinkHighlight.cpp
 | 
| index 26aab0920b1e1ee642f572c657630900af60e08d..866b1e3bdcd877ad54fd61d9811099ec6fcc9a98 100644
 | 
| --- a/Source/WebKit/chromium/src/LinkHighlight.cpp
 | 
| +++ b/Source/WebKit/chromium/src/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(), ColorSpaceDeviceRGB);
 | 
| +    gc.setFillColor(m_node->renderer()->style()->tapHighlightColor());
 | 
|      gc.fillPath(m_path);
 | 
|  }
 | 
|  
 | 
| 
 |