| Index: Source/WebCore/platform/mac/WebCoreSystemInterface.mm
|
| diff --git a/Source/WebCore/platform/mac/WebCoreSystemInterface.mm b/Source/WebCore/platform/mac/WebCoreSystemInterface.mm
|
| index 6cee68bfb6f251a7c31af94f4bf25e1db062ad3b..37f6d0e5830cbe819b10e0170386ea78b544500f 100644
|
| --- a/Source/WebCore/platform/mac/WebCoreSystemInterface.mm
|
| +++ b/Source/WebCore/platform/mac/WebCoreSystemInterface.mm
|
| @@ -224,10 +224,6 @@ CGFloat (*wkNSElasticDeltaForReboundDelta)(CGFloat delta);
|
| CGFloat (*wkNSReboundDeltaForElasticDelta)(CGFloat delta);
|
| #endif
|
|
|
| -#if ENABLE(PUBLIC_SUFFIX_LIST)
|
| -bool (*wkIsPublicSuffix)(NSString *host);
|
| -#endif
|
| -
|
| #if ENABLE(CACHE_PARTITIONING)
|
| CFStringRef (*wkCachePartitionKey)(void);
|
| #endif
|
|
|