Title: [273939] trunk/Source
Revision
273939
Author
[email protected]
Date
2021-03-04 18:57:55 -0800 (Thu, 04 Mar 2021)

Log Message

[Payment Request] remove some unnecessary WebKitAdditions hooks
https://bugs.webkit.org/show_bug.cgi?id=222765
<rdar://problem/75060894>

Reviewed by Andy Estes.

Source/WebCore:

* Modules/applepay/ApplePaySession.cpp:

Source/WebKit:

* Shared/ApplePay/cocoa/WebPaymentCoordinatorProxyCocoa.mm:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (273938 => 273939)


--- trunk/Source/WebCore/ChangeLog	2021-03-05 01:50:52 UTC (rev 273938)
+++ trunk/Source/WebCore/ChangeLog	2021-03-05 02:57:55 UTC (rev 273939)
@@ -1,3 +1,13 @@
+2021-03-04  Devin Rousso  <[email protected]>
+
+        [Payment Request] remove some unnecessary WebKitAdditions hooks
+        https://bugs.webkit.org/show_bug.cgi?id=222765
+        <rdar://problem/75060894>
+
+        Reviewed by Andy Estes.
+
+        * Modules/applepay/ApplePaySession.cpp:
+
 2021-03-04  Julian Gonzalez  <[email protected]>
 
         Deploy Ref<T> in SVGUseElement.cpp

Modified: trunk/Source/WebCore/Modules/applepay/ApplePaySession.cpp (273938 => 273939)


--- trunk/Source/WebCore/Modules/applepay/ApplePaySession.cpp	2021-03-05 01:50:52 UTC (rev 273938)
+++ trunk/Source/WebCore/Modules/applepay/ApplePaySession.cpp	2021-03-05 02:57:55 UTC (rev 273939)
@@ -141,10 +141,6 @@
     return WTFMove(result);
 }
 
-#if defined(ApplePaySessionAdditions_convertAndValidate)
-ApplePaySessionAdditions_convertAndValidate
-#endif
-
 static ExceptionOr<ApplePaySessionPaymentRequest> convertAndValidate(Document& document, unsigned version, ApplePayPaymentRequest&& paymentRequest, const PaymentCoordinator& paymentCoordinator)
 {
     auto convertedRequest = convertAndValidate(document, version, paymentRequest, paymentCoordinator);

Modified: trunk/Source/WebKit/ChangeLog (273938 => 273939)


--- trunk/Source/WebKit/ChangeLog	2021-03-05 01:50:52 UTC (rev 273938)
+++ trunk/Source/WebKit/ChangeLog	2021-03-05 02:57:55 UTC (rev 273939)
@@ -1,3 +1,13 @@
+2021-03-04  Devin Rousso  <[email protected]>
+
+        [Payment Request] remove some unnecessary WebKitAdditions hooks
+        https://bugs.webkit.org/show_bug.cgi?id=222765
+        <rdar://problem/75060894>
+
+        Reviewed by Andy Estes.
+
+        * Shared/ApplePay/cocoa/WebPaymentCoordinatorProxyCocoa.mm:
+
 2021-03-04  Sihui Liu  <[email protected]>
 
         Validate documentState of FrameState when setting and getting it

Modified: trunk/Source/WebKit/Shared/ApplePay/cocoa/WebPaymentCoordinatorProxyCocoa.mm (273938 => 273939)


--- trunk/Source/WebKit/Shared/ApplePay/cocoa/WebPaymentCoordinatorProxyCocoa.mm	2021-03-05 01:50:52 UTC (rev 273938)
+++ trunk/Source/WebKit/Shared/ApplePay/cocoa/WebPaymentCoordinatorProxyCocoa.mm	2021-03-05 02:57:55 UTC (rev 273939)
@@ -61,10 +61,6 @@
 
 namespace WebKit {
 
-#if defined(WebPaymentCoordinatorProxyCocoaAdditions_members)
-WebPaymentCoordinatorProxyCocoaAdditions_members
-#endif
-
 WebPaymentCoordinatorProxy::WebPaymentCoordinatorProxy(WebPaymentCoordinatorProxy::Client& client)
     : m_client(client)
     , m_canMakePaymentsQueue(WorkQueue::create("com.apple.WebKit.CanMakePayments"))
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to