Changeset 175971 in webkit
- Timestamp:
- Nov 11, 2014, 1:21:45 PM (12 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
platform/spi/cocoa/CoreTextSPI.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r175970 r175971 1 2014-11-11 Myles C. Maxfield <mmaxfield@apple.com> 2 3 Unreviewed Mountain Lion build fix 4 5 * platform/spi/cocoa/CoreTextSPI.h: 6 1 7 2014-11-11 Commit Queue <commit-queue@webkit.org> 2 8 -
trunk/Source/WebCore/platform/spi/cocoa/CoreTextSPI.h
r175960 r175971 39 39 typedef void (*CTUniCharDisposeCallback)(const UniChar* chars, void* refCon); 40 40 41 #if !USE(APPLE_INTERNAL_SDK) 41 #if !USE(APPLE_INTERNAL_SDK) || __MAC_OS_X_VERSION_MIN_REQUIRED < 1090 42 42 typedef CF_OPTIONS(uint32_t, CTFontTransformOptions) 43 43 {
Note:
See TracChangeset
for help on using the changeset viewer.