Index: Source/core/platform/Scrollbar.cpp |
diff --git a/Source/core/platform/Scrollbar.cpp b/Source/core/platform/Scrollbar.cpp |
index c48e510cfcdbb9cab6a020bb7f485d23168d00d7..b145507c06ca8803fcd0c8e7a041508c1426a7ec 100644 |
--- a/Source/core/platform/Scrollbar.cpp |
+++ b/Source/core/platform/Scrollbar.cpp |
@@ -42,7 +42,7 @@ |
using namespace std; |
-#if OS(UNIX) && !OS(DARWIN) |
+#if OS(UNIX) && !OS(MACOSX) |
// The position of the scrollbar thumb affects the appearance of the steppers, so |
// when the thumb moves, we have to invalidate them for painting. |
#define THUMB_POSITION_AFFECTS_BUTTONS |