Title: [278640] trunk/Source/WebCore
Revision
278640
Author
[email protected]
Date
2021-06-08 19:23:59 -0700 (Tue, 08 Jun 2021)

Log Message

Unreviewed, followup to r278630

* Modules/applepay/ApplePaySession.h:
Remove mentions of file that doesn't exist anymore.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (278639 => 278640)


--- trunk/Source/WebCore/ChangeLog	2021-06-09 01:48:23 UTC (rev 278639)
+++ trunk/Source/WebCore/ChangeLog	2021-06-09 02:23:59 UTC (rev 278640)
@@ -1,3 +1,10 @@
+2021-06-08  Devin Rousso  <[email protected]>
+
+        Unreviewed, followup to r278630
+
+        * Modules/applepay/ApplePaySession.h:
+        Remove mentions of file that doesn't exist anymore.
+
 2021-06-08  Michael Catanzaro  <[email protected]>
 
         Unreviewed, fix new -Wreturn-type warning

Modified: trunk/Source/WebCore/Modules/applepay/ApplePaySession.h (278639 => 278640)


--- trunk/Source/WebCore/Modules/applepay/ApplePaySession.h	2021-06-09 01:48:23 UTC (rev 278639)
+++ trunk/Source/WebCore/Modules/applepay/ApplePaySession.h	2021-06-09 02:23:59 UTC (rev 278640)
@@ -35,10 +35,6 @@
 #include <wtf/Ref.h>
 #include <wtf/RefCounted.h>
 
-#if USE(APPLE_INTERNAL_SDK)
-#include <WebKitAdditions/ApplePaySessionAdditions.h>
-#endif
-
 namespace JSC {
 class CallFrame;
 class JSGlobalObject;
@@ -175,10 +171,6 @@
 
     const ApplePaySessionPaymentRequest m_paymentRequest;
     unsigned m_version;
-
-#if defined(ApplePaySessionAdditions_declarations)
-    ApplePaySessionAdditions_declarations
-#endif
 };
 
 }
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to