Changeset 207367 in webkit


Ignore:
Timestamp:
Oct 14, 2016 5:40:25 PM (8 years ago)
Author:
andersca@apple.com
Message:

Fix Mac build.

  • UIProcess/ApplePay/mac/WebPaymentCoordinatorProxyMac.mm:

(WebKit::WebPaymentCoordinatorProxy::platformShowPaymentUI):

Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r207362 r207367  
     12016-10-14  Anders Carlsson  <andersca@apple.com>
     2
     3        Fix Mac build.
     4
     5        * UIProcess/ApplePay/mac/WebPaymentCoordinatorProxyMac.mm:
     6        (WebKit::WebPaymentCoordinatorProxy::platformShowPaymentUI):
     7
    182016-10-14  Anders Carlsson  <andersca@apple.com>
    29
  • trunk/Source/WebKit2/UIProcess/ApplePay/mac/WebPaymentCoordinatorProxyMac.mm

    r203741 r207367  
    4343void WebPaymentCoordinatorProxy::platformShowPaymentUI(const WebCore::URL& originatingURL, const Vector<WebCore::URL>& linkIconURLStrings, const WebCore::PaymentRequest& request, std::function<void (bool)> completionHandler)
    4444{
    45     auto paymentRequest = toPKPaymentRequest(originatingURL, linkIconURLStrings, request);
     45    auto paymentRequest = toPKPaymentRequest(m_webPageProxy, originatingURL, linkIconURLStrings, request);
    4646
    4747    auto showPaymentUIRequestSeed = m_showPaymentUIRequestSeed;
Note: See TracChangeset for help on using the changeset viewer.