From 4a4781e3c70b1cf61657fd9d1775c70c3e462826 Mon Sep 17 00:00:00 2001 From: "mmaxfield@apple.com" Date: Tue, 11 Nov 2014 21:21:45 +0000 Subject: [PATCH] Unreviewed Mountain Lion build fix * platform/spi/cocoa/CoreTextSPI.h: git-svn-id: https://svn.webkit.org/repository/webkit/trunk@175971 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- Source/WebCore/ChangeLog | 6 ++++++ Source/WebCore/platform/spi/cocoa/CoreTextSPI.h | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog index 494ff82c8e2d..a8141cfcafa5 100644 --- a/Source/WebCore/ChangeLog +++ b/Source/WebCore/ChangeLog @@ -1,3 +1,9 @@ +2014-11-11 Myles C. Maxfield + + Unreviewed Mountain Lion build fix + + * platform/spi/cocoa/CoreTextSPI.h: + 2014-11-11 Commit Queue Unreviewed, rolling out r175852. diff --git a/Source/WebCore/platform/spi/cocoa/CoreTextSPI.h b/Source/WebCore/platform/spi/cocoa/CoreTextSPI.h index fd5553bc6d99..d4eaab80f780 100644 --- a/Source/WebCore/platform/spi/cocoa/CoreTextSPI.h +++ b/Source/WebCore/platform/spi/cocoa/CoreTextSPI.h @@ -38,7 +38,7 @@ extern "C" { typedef const UniChar* (*CTUniCharProviderCallback)(CFIndex stringIndex, CFIndex* charCount, CFDictionaryRef* attributes, void* refCon); typedef void (*CTUniCharDisposeCallback)(const UniChar* chars, void* refCon); -#if !USE(APPLE_INTERNAL_SDK) +#if !USE(APPLE_INTERNAL_SDK) || __MAC_OS_X_VERSION_MIN_REQUIRED < 1090 typedef CF_OPTIONS(uint32_t, CTFontTransformOptions) { kCTFontTransformApplyShaping = (1 << 0), -- 2.36.0