Index: Source/core/platform/ScrollAnimator.cpp |
diff --git a/Source/core/platform/ScrollAnimator.cpp b/Source/core/platform/ScrollAnimator.cpp |
index a503f6960af26313886728a769e045ea4c1fdda4..3be5c1387a6bf9e2d5a296232adbeec590a186db 100644 |
--- a/Source/core/platform/ScrollAnimator.cpp |
+++ b/Source/core/platform/ScrollAnimator.cpp |
@@ -86,7 +86,7 @@ bool ScrollAnimator::handleWheelEvent(const PlatformWheelEvent& e) |
bool handled = false; |
-#if !OS(DARWIN) |
+#if !OS(MACOSX) |
ScrollGranularity granularity = e.hasPreciseScrollingDeltas() ? ScrollByPrecisePixel : ScrollByPixel; |
#else |
ScrollGranularity granularity = ScrollByPixel; |