| Index: Source/core/platform/mac/ScrollElasticityController.h
|
| diff --git a/Source/core/platform/mac/ScrollElasticityController.h b/Source/core/platform/mac/ScrollElasticityController.h
|
| index 6a032ac2e3b9c6396fa84b42d6da18129f1b9f74..7fde5e9ff5668e8b569c27289f26d1f6ec825f4c 100644
|
| --- a/Source/core/platform/mac/ScrollElasticityController.h
|
| +++ b/Source/core/platform/mac/ScrollElasticityController.h
|
| @@ -26,7 +26,7 @@
|
| #ifndef ScrollElasticityController_h
|
| #define ScrollElasticityController_h
|
|
|
| -#if ENABLE(RUBBER_BANDING)
|
| +#if USE(RUBBER_BANDING)
|
|
|
| #include "core/platform/ScrollTypes.h"
|
| #include "core/platform/graphics/FloatPoint.h"
|
| @@ -98,6 +98,6 @@ private:
|
|
|
| } // namespace WebCore
|
|
|
| -#endif // ENABLE(RUBBER_BANDING)
|
| +#endif // USE(RUBBER_BANDING)
|
|
|
| #endif // ScrollElasticityController_h
|
|
|