Title: [175971] trunk/Source/WebCore
- Revision
- 175971
- Author
- [email protected]
- Date
- 2014-11-11 13:21:45 -0800 (Tue, 11 Nov 2014)
Log Message
Unreviewed Mountain Lion build fix
* platform/spi/cocoa/CoreTextSPI.h:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (175970 => 175971)
--- trunk/Source/WebCore/ChangeLog 2014-11-11 21:13:59 UTC (rev 175970)
+++ trunk/Source/WebCore/ChangeLog 2014-11-11 21:21:45 UTC (rev 175971)
@@ -1,3 +1,9 @@
+2014-11-11 Myles C. Maxfield <[email protected]>
+
+ Unreviewed Mountain Lion build fix
+
+ * platform/spi/cocoa/CoreTextSPI.h:
+
2014-11-11 Commit Queue <[email protected]>
Unreviewed, rolling out r175852.
Modified: trunk/Source/WebCore/platform/spi/cocoa/CoreTextSPI.h (175970 => 175971)
--- trunk/Source/WebCore/platform/spi/cocoa/CoreTextSPI.h 2014-11-11 21:13:59 UTC (rev 175970)
+++ trunk/Source/WebCore/platform/spi/cocoa/CoreTextSPI.h 2014-11-11 21:21:45 UTC (rev 175971)
@@ -38,7 +38,7 @@
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),
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes