| Index: Source/WebCore/platform/graphics/mac/SimpleFontDataMac.mm
|
| diff --git a/Source/WebCore/platform/graphics/mac/SimpleFontDataMac.mm b/Source/WebCore/platform/graphics/mac/SimpleFontDataMac.mm
|
| index 3a2a8e6a8226576dacde44f9d6b668c00b27fc01..baef8c8613c9efc1584302cca94d97b9b7dcda01 100644
|
| --- a/Source/WebCore/platform/graphics/mac/SimpleFontDataMac.mm
|
| +++ b/Source/WebCore/platform/graphics/mac/SimpleFontDataMac.mm
|
| @@ -80,7 +80,7 @@ static NSString *webFallbackFontFamily(void)
|
| }
|
|
|
| #if !ERROR_DISABLED
|
| -#if defined(__LP64__) || PLATFORM(IOS) || __MAC_OS_X_VERSION_MIN_REQUIRED >= 1070 || (__MAC_OS_X_VERSION_MAX_ALLOWED >= 107 && __MAC_OS_X_VERSION_MIN_REQUIRED >= 106)
|
| +#if defined(__LP64__) || __MAC_OS_X_VERSION_MIN_REQUIRED >= 1070 || (__MAC_OS_X_VERSION_MAX_ALLOWED >= 1070 && __MAC_OS_X_VERSION_MIN_REQUIRED >= 1060)
|
| static NSString* pathFromFont(NSFont*)
|
| {
|
| // FMGetATSFontRefFromFont is not available. As pathFromFont is only used for debugging purposes,
|
|
|