Changeset 260721 in webkit


Ignore:
Timestamp:
Apr 25, 2020 9:57:48 PM (4 years ago)
Author:
achristensen@apple.com
Message:

Fix internal iOS build.
https://bugs.webkit.org/show_bug.cgi?id=210521

  • Shared/ApplePay/cocoa/WebPaymentCoordinatorProxyCocoa.mm:

(WebKit::WebPaymentCoordinatorProxy::platformBeginApplePaySetup):

Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r260718 r260721  
     12020-04-25  Alex Christensen  <achristensen@webkit.org>
     2
     3        Fix internal iOS build.
     4        https://bugs.webkit.org/show_bug.cgi?id=210521
     5
     6        * Shared/ApplePay/cocoa/WebPaymentCoordinatorProxyCocoa.mm:
     7        (WebKit::WebPaymentCoordinatorProxy::platformBeginApplePaySetup):
     8
    192020-04-25  Alex Christensen  <achristensen@webkit.org>
    210
  • trunk/Source/WebKit/Shared/ApplePay/cocoa/WebPaymentCoordinatorProxyCocoa.mm

    r260718 r260721  
    366366void WebPaymentCoordinatorProxy::platformBeginApplePaySetup(const PaymentSetupConfiguration& configuration, const PaymentSetupFeatures& features, Messages::WebPaymentCoordinatorProxy::BeginApplePaySetup::AsyncReply&& reply)
    367367{
    368     UIViewController *presentingViewController = m_paymentCoordinatorProxy.m_client.paymentCoordinatorPresentingViewController(m_paymentCoordinatorProxy);
     368    UIViewController *presentingViewController = m_client.paymentCoordinatorPresentingViewController(*this);
    369369    if (!presentingViewController) {
    370370        reply(false);
Note: See TracChangeset for help on using the changeset viewer.