Changeset 226073 in webkit


Ignore:
Timestamp:
Dec 18, 2017 1:23:54 PM (6 years ago)
Author:
dbates@webkit.org
Message:

Conditionally forward declare NSMapTable SPI
https://bugs.webkit.org/show_bug.cgi?id=180936
<rdar://problem/35037796>

Reviewed by Dan Bernstein.

  • wtf/spi/cocoa/NSMapTableSPI.h:
Location:
trunk/Source/WTF
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WTF/ChangeLog

    r226068 r226073  
     12017-12-18  Daniel Bates  <dabates@apple.com>
     2
     3        Conditionally forward declare NSMapTable SPI
     4        https://bugs.webkit.org/show_bug.cgi?id=180936
     5        <rdar://problem/35037796>
     6
     7        Reviewed by Dan Bernstein.
     8
     9        * wtf/spi/cocoa/NSMapTableSPI.h:
     10
    1112017-12-16  Filip Pizlo  <fpizlo@apple.com>
    212
  • trunk/Source/WTF/wtf/spi/cocoa/NSMapTableSPI.h

    r205488 r226073  
    2626#import <Foundation/NSMapTable.h>
    2727
    28 #if PLATFORM(IOS) && USE(APPLE_INTERNAL_SDK)
     28#if PLATFORM(IOS) && __IPHONE_OS_VERSION_MAX_ALLOWED < 120000
     29
     30#if USE(APPLE_INTERNAL_SDK)
    2931#import <Foundation/NSMapTablePriv.h>
    3032#endif
     
    3739
    3840WTF_EXTERN_C_END
     41
     42#endif
Note: See TracChangeset for help on using the changeset viewer.