summaryrefslogtreecommitdiffstats
path: root/webkit/api/src/WebFrameImpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/api/src/WebFrameImpl.cpp')
-rw-r--r--webkit/api/src/WebFrameImpl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/api/src/WebFrameImpl.cpp b/webkit/api/src/WebFrameImpl.cpp
index 19f7d42..6d51235 100644
--- a/webkit/api/src/WebFrameImpl.cpp
+++ b/webkit/api/src/WebFrameImpl.cpp
@@ -1561,7 +1561,7 @@ void WebFrameImpl::paint(WebCanvas* canvas, const WebRect& rect)
frameView()->paint(&gc, dirtyRect);
m_frame->page()->inspectorController()->drawNodeHighlight(gc);
} else
- gc.fillRect(dirtyRect, Color::white);
+ gc.fillRect(dirtyRect, Color::white, DeviceColorSpace);
gc.restore();
}