| Index: Source/WebKit/chromium/src/WebFontImpl.cpp
 | 
| diff --git a/Source/WebKit/chromium/src/WebFontImpl.cpp b/Source/WebKit/chromium/src/WebFontImpl.cpp
 | 
| index 5403d2a81c2d24b57781b92eaf620ee55843ee4a..d35cda2fe6e79928123555138ed27512da3527fe 100644
 | 
| --- a/Source/WebKit/chromium/src/WebFontImpl.cpp
 | 
| +++ b/Source/WebKit/chromium/src/WebFontImpl.cpp
 | 
| @@ -103,7 +103,7 @@ void WebFontImpl::drawText(WebCanvas* canvas, const WebTextRun& run, const WebFl
 | 
|  
 | 
|      gc.save();
 | 
|      gc.setShouldSmoothFonts(canvasIsOpaque);
 | 
| -    gc.setFillColor(color, ColorSpaceDeviceRGB);
 | 
| +    gc.setFillColor(color);
 | 
|      gc.clip(textClipRect);
 | 
|      m_font.drawText(&gc, runInfo, leftBaseline);
 | 
|      gc.restore();
 | 
| 
 |