Changeset 242950 in webkit


Ignore:
Timestamp:
Mar 14, 2019 11:40:50 AM (5 years ago)
Author:
timothy@apple.com
Message:

Unreviewed speculative build fix for watchOS after r242908.

  • Shared/Cocoa/WebCoreArgumentCodersCocoa.mm:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r242947 r242950  
     12019-03-14  Timothy Hatcher  <timothy@apple.com>
     2
     3        Unreviewed speculative build fix for watchOS after r242908.
     4
     5        * Shared/Cocoa/WebCoreArgumentCodersCocoa.mm:
     6
    172019-03-14  Youenn Fablet  <youenn@apple.com>
    28
  • trunk/Source/WebKit/Shared/Cocoa/WebCoreArgumentCodersCocoa.mm

    r242908 r242950  
    3232
    3333#if ENABLE(APPLE_PAY)
    34 
    3534#import "DataReference.h"
    3635#import <WebCore/PaymentAuthorizationStatus.h>
    3736#import <pal/cocoa/PassKitSoftLink.h>
    3837#import <pal/spi/cocoa/NSKeyedArchiverSPI.h>
    39 
     38#endif
     39
     40#if PLATFORM(IOS_FAMILY)
     41#import <UIKit/UIFont.h>
    4042#endif
    4143
Note: See TracChangeset for help on using the changeset viewer.