| Index: Source/WebCore/platform/mac/WebCoreSystemInterface.h
|
| diff --git a/Source/WebCore/platform/mac/WebCoreSystemInterface.h b/Source/WebCore/platform/mac/WebCoreSystemInterface.h
|
| index c50ca6ef2b116841433f7afad110a7d8575fa5e3..c44f6904ac016b34be20676ce20ca5ec03390d8e 100644
|
| --- a/Source/WebCore/platform/mac/WebCoreSystemInterface.h
|
| +++ b/Source/WebCore/platform/mac/WebCoreSystemInterface.h
|
| @@ -324,7 +324,7 @@ extern void (*wkCGPathAddRoundedRect)(CGMutablePathRef path, const CGAffineTrans
|
| extern void (*wkCFURLRequestAllowAllPostCaching)(CFURLRequestRef);
|
| #endif
|
|
|
| -#if !PLATFORM(IOS) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 1080
|
| +#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 1080
|
| extern CGFloat (*wkNSElasticDeltaForTimeDelta)(CGFloat initialPosition, CGFloat initialVelocity, CGFloat elapsedTime);
|
| extern CGFloat (*wkNSElasticDeltaForReboundDelta)(CGFloat delta);
|
| extern CGFloat (*wkNSReboundDeltaForElasticDelta)(CGFloat delta);
|
|
|