| Index: Source/WebKit/chromium/src/PopupContainer.cpp
|
| diff --git a/Source/WebKit/chromium/src/PopupContainer.cpp b/Source/WebKit/chromium/src/PopupContainer.cpp
|
| index 901f33c583b60c09b4ac543bd8562c1f4184c5cd..b4c95220299f9828f262cafa9673d68c9f9f06db 100644
|
| --- a/Source/WebKit/chromium/src/PopupContainer.cpp
|
| +++ b/Source/WebKit/chromium/src/PopupContainer.cpp
|
| @@ -350,7 +350,7 @@ void PopupContainer::paintBorder(GraphicsContext* gc, const IntRect& rect)
|
| Color borderColor(127, 157, 185);
|
|
|
| gc->setStrokeStyle(NoStroke);
|
| - gc->setFillColor(borderColor, ColorSpaceDeviceRGB);
|
| + gc->setFillColor(borderColor);
|
|
|
| int tx = x();
|
| int ty = y();
|
|
|