Changeset 262072 in webkit


Ignore:
Timestamp:
May 22, 2020 1:52:28 PM (4 years ago)
Author:
aestes@apple.com
Message:

Attempt to fix the Catalina build after r262069.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/Modules/applepay/PaymentInstallmentConfiguration.mm

    r262069 r262072  
    8181}
    8282
     83#if HAVE(PASSKIT_INSTALLMENT_ITEMS)
     84
    8385static ApplePayInstallmentItemType applePayItemType(PKInstallmentItemType itemType)
    8486{
     
    169171}
    170172
     173#endif // HAVE(PASSKIT_INSTALLMENT_ITEMS)
     174
    171175static RetainPtr<PKPaymentInstallmentConfiguration> createPlatformConfiguration(const ApplePayInstallmentConfiguration& coreConfiguration, NSDictionary *applicationMetadata)
    172176{
Note: See TracChangeset for help on using the changeset viewer.