Index: Source/web/WebFrameImpl.cpp |
diff --git a/Source/web/WebFrameImpl.cpp b/Source/web/WebFrameImpl.cpp |
index eceb6899bc7fe030dc114d8793b801f48fac98ea..9d0b3df4ab162e488a886b91cfa8fb467af87c42 100644 |
--- a/Source/web/WebFrameImpl.cpp |
+++ b/Source/web/WebFrameImpl.cpp |
@@ -378,7 +378,7 @@ public: |
graphicsContext.save(); |
graphicsContext.translate(0, currentHeight); |
-#if !OS(POSIX) || OS(MACOSX) |
+#if OS(WIN) || 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); |