Index: Source/core/platform/Scrollbar.cpp |
diff --git a/Source/core/platform/Scrollbar.cpp b/Source/core/platform/Scrollbar.cpp |
index 58909e33e9838fd7449837d99a5b005443d210cf..96c712b11104d72c2e8fa4846bf425356a36d67a 100644 |
--- a/Source/core/platform/Scrollbar.cpp |
+++ b/Source/core/platform/Scrollbar.cpp |
@@ -42,7 +42,7 @@ |
using namespace std; |
-#if OS(UNIX) && !OS(MACOSX) |
+#if OS(POSIX) && !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 |