| Index: Source/web/WebFrameImpl.cpp
|
| diff --git a/Source/web/WebFrameImpl.cpp b/Source/web/WebFrameImpl.cpp
|
| index f28f0dc4c0185d67bce914c175ec300b004a2276..5d0985aaf89a9027d6ad64cc4a93bb9c1ce8b3ea 100644
|
| --- a/Source/web/WebFrameImpl.cpp
|
| +++ b/Source/web/WebFrameImpl.cpp
|
| @@ -378,7 +378,7 @@ public:
|
| graphicsContext.save();
|
|
|
| graphicsContext.translate(0, currentHeight);
|
| -#if !OS(UNIX) || OS(MACOSX)
|
| +#if OS(WINDOWS) || OS(MACOSX)
|
| // Account for the disabling of scaling in spoolPage. In the context
|
| // of spoolAllPagesWithBoundaries the scale HAS NOT been pre-applied.
|
| float scale = getPageShrink(pageIndex);
|
|
|