Title: [207367] trunk/Source/WebKit2
Revision
207367
Author
ander...@apple.com
Date
2016-10-14 17:40:25 -0700 (Fri, 14 Oct 2016)

Log Message

Fix Mac build.

* UIProcess/ApplePay/mac/WebPaymentCoordinatorProxyMac.mm:
(WebKit::WebPaymentCoordinatorProxy::platformShowPaymentUI):

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (207366 => 207367)


--- trunk/Source/WebKit2/ChangeLog	2016-10-15 00:37:45 UTC (rev 207366)
+++ trunk/Source/WebKit2/ChangeLog	2016-10-15 00:40:25 UTC (rev 207367)
@@ -1,5 +1,12 @@
 2016-10-14  Anders Carlsson  <ander...@apple.com>
 
+        Fix Mac build.
+
+        * UIProcess/ApplePay/mac/WebPaymentCoordinatorProxyMac.mm:
+        (WebKit::WebPaymentCoordinatorProxy::platformShowPaymentUI):
+
+2016-10-14  Anders Carlsson  <ander...@apple.com>
+
         Pass on networking settings to the PKPaymentRequest
         https://bugs.webkit.org/show_bug.cgi?id=163462
         rdar://problem/28567629

Modified: trunk/Source/WebKit2/UIProcess/ApplePay/mac/WebPaymentCoordinatorProxyMac.mm (207366 => 207367)


--- trunk/Source/WebKit2/UIProcess/ApplePay/mac/WebPaymentCoordinatorProxyMac.mm	2016-10-15 00:37:45 UTC (rev 207366)
+++ trunk/Source/WebKit2/UIProcess/ApplePay/mac/WebPaymentCoordinatorProxyMac.mm	2016-10-15 00:40:25 UTC (rev 207367)
@@ -42,7 +42,7 @@
 
 void WebPaymentCoordinatorProxy::platformShowPaymentUI(const WebCore::URL& originatingURL, const Vector<WebCore::URL>& linkIconURLStrings, const WebCore::PaymentRequest& request, std::function<void (bool)> completionHandler)
 {
-    auto paymentRequest = toPKPaymentRequest(originatingURL, linkIconURLStrings, request);
+    auto paymentRequest = toPKPaymentRequest(m_webPageProxy, originatingURL, linkIconURLStrings, request);
 
     auto showPaymentUIRequestSeed = m_showPaymentUIRequestSeed;
     auto weakThis = m_weakPtrFactory.createWeakPtr();
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to