| Index: Source/web/WebLocalFrameImpl.cpp
 | 
| diff --git a/Source/web/WebLocalFrameImpl.cpp b/Source/web/WebLocalFrameImpl.cpp
 | 
| index a4b6bf98c91f95aff7373f6899df13992026a770..078244cce15b2e32f72d1037f4cf75ab734c3963 100644
 | 
| --- a/Source/web/WebLocalFrameImpl.cpp
 | 
| +++ b/Source/web/WebLocalFrameImpl.cpp
 | 
| @@ -345,8 +345,7 @@ public:
 | 
|          int totalHeight = numPages * (pageSizeInPixels.height() + 1) - 1;
 | 
|  
 | 
|          // Fill the whole background by white.
 | 
| -        graphicsContext.setFillColor(Color::white);
 | 
| -        graphicsContext.fillRect(FloatRect(0, 0, pageWidth, totalHeight));
 | 
| +        graphicsContext.fillRect(FloatRect(0, 0, pageWidth, totalHeight), Color::white);
 | 
|  
 | 
|          int currentHeight = 0;
 | 
|          for (size_t pageIndex = 0; pageIndex < numPages; pageIndex++) {
 | 
| 
 |