Changeset 254411 in webkit


Ignore:
Timestamp:
Jan 11, 2020 10:57:47 PM (4 years ago)
Author:
mmaxfield@apple.com
Message:

Fix internal Apple builds after r254389
https://bugs.webkit.org/show_bug.cgi?id=206135

Rubber stamped by Zalan Bujtas.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WTF/ChangeLog

    r254401 r254411  
     12020-01-11  Myles C. Maxfield  <mmaxfield@apple.com>
     2
     3        Fix internal Apple builds after r254389
     4        https://bugs.webkit.org/show_bug.cgi?id=206135
     5
     6        Rubber stamped by Zalan Bujtas.
     7
     8        * wtf/spi/cocoa/NSLocaleSPI.h:
     9
    1102020-01-11  Sam Weinig  <weinig@apple.com>
    211
  • trunk/Source/WTF/wtf/spi/cocoa/NSLocaleSPI.h

    r254389 r254411  
    2626#import <Foundation/Foundation.h>
    2727
    28 #if PLATFORM(MAC) && USE(APPLE_INTERNAL_SDK)
     28#if USE(APPLE_INTERNAL_SDK)
    2929
    3030#import <InternationalSupport/NSLocale+InternationalSupportExtensions.h>
    3131
    32 #else
     32#endif
    3333
    3434@interface NSLocale ()
     
    3636@end
    3737
    38 #endif
Note: See TracChangeset for help on using the changeset viewer.