| Index: Source/WebCore/platform/mac/WebCoreSystemInterface.mm
|
| diff --git a/Source/WebCore/platform/mac/WebCoreSystemInterface.mm b/Source/WebCore/platform/mac/WebCoreSystemInterface.mm
|
| index 7d0d0a57a3369416e50f04920da749c71d32620c..8a7fea1ed0371c5b77a9e1ac6f56e5d079ec9731 100644
|
| --- a/Source/WebCore/platform/mac/WebCoreSystemInterface.mm
|
| +++ b/Source/WebCore/platform/mac/WebCoreSystemInterface.mm
|
| @@ -205,7 +205,7 @@ void (*wkCGPathAddRoundedRect)(CGMutablePathRef path, const CGAffineTransform* m
|
| void (*wkCFURLRequestAllowAllPostCaching)(CFURLRequestRef);
|
| #endif
|
|
|
| -#if !PLATFORM(IOS) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 1080
|
| +#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 1080
|
| CGFloat (*wkNSElasticDeltaForTimeDelta)(CGFloat initialPosition, CGFloat initialVelocity, CGFloat elapsedTime);
|
| CGFloat (*wkNSElasticDeltaForReboundDelta)(CGFloat delta);
|
| CGFloat (*wkNSReboundDeltaForElasticDelta)(CGFloat delta);
|
|
|