Index: Source/core/platform/mac/ScrollElasticityController.mm |
diff --git a/Source/core/platform/mac/ScrollElasticityController.mm b/Source/core/platform/mac/ScrollElasticityController.mm |
index b10f6d2bfc0c4c738ef37977f1f9a244758cc3a7..57e3f9acfe78ff6998e82a8aae4d16b2eb974d97 100644 |
--- a/Source/core/platform/mac/ScrollElasticityController.mm |
+++ b/Source/core/platform/mac/ScrollElasticityController.mm |
@@ -30,7 +30,7 @@ |
#include <sys/time.h> |
#include "core/platform/PlatformWheelEvent.h" |
-#if ENABLE(RUBBER_BANDING) |
+#if USE(RUBBER_BANDING) |
static NSTimeInterval systemUptime() |
{ |
@@ -413,4 +413,4 @@ bool ScrollElasticityController::shouldRubberBandInHorizontalDirection(const Pla |
} // namespace WebCore |
-#endif // ENABLE(RUBBER_BANDING) |
+#endif // USE(RUBBER_BANDING) |