⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 175971 in webkit


Ignore:
Timestamp:
Nov 11, 2014, 1:21:45 PM (12 years ago)
Author:
mmaxfield@apple.com
Message:

Unreviewed Mountain Lion build fix

  • platform/spi/cocoa/CoreTextSPI.h:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r175970 r175971  
     12014-11-11  Myles C. Maxfield  <mmaxfield@apple.com>
     2
     3        Unreviewed Mountain Lion build fix
     4
     5        * platform/spi/cocoa/CoreTextSPI.h:
     6
    172014-11-11  Commit Queue  <commit-queue@webkit.org>
    28
  • trunk/Source/WebCore/platform/spi/cocoa/CoreTextSPI.h

    r175960 r175971  
    3939typedef void (*CTUniCharDisposeCallback)(const UniChar* chars, void* refCon);
    4040
    41 #if !USE(APPLE_INTERNAL_SDK)
     41#if !USE(APPLE_INTERNAL_SDK) || __MAC_OS_X_VERSION_MIN_REQUIRED < 1090
    4242typedef CF_OPTIONS(uint32_t, CTFontTransformOptions)
    4343{
Note: See TracChangeset for help on using the changeset viewer.