Title: [266652] trunk/Source/WebCore
- Revision
- 266652
- Author
- [email protected]
- Date
- 2020-09-04 20:41:09 -0700 (Fri, 04 Sep 2020)
Log Message
Fix build when using non-standard unified sources.
* Modules/applepay/ApplePayPaymentMethod.h:
There was a missing include.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (266651 => 266652)
--- trunk/Source/WebCore/ChangeLog 2020-09-05 02:51:05 UTC (rev 266651)
+++ trunk/Source/WebCore/ChangeLog 2020-09-05 03:41:09 UTC (rev 266652)
@@ -1,5 +1,12 @@
2020-09-04 Alex Christensen <[email protected]>
+ Fix build when using non-standard unified sources.
+
+ * Modules/applepay/ApplePayPaymentMethod.h:
+ There was a missing include.
+
+2020-09-04 Alex Christensen <[email protected]>
+
Align KOI8-U and ibm866 encodings with Chrome, Firefox, and the specification
https://bugs.webkit.org/show_bug.cgi?id=216184
Modified: trunk/Source/WebCore/Modules/applepay/ApplePayPaymentMethod.h (266651 => 266652)
--- trunk/Source/WebCore/Modules/applepay/ApplePayPaymentMethod.h 2020-09-05 02:51:05 UTC (rev 266651)
+++ trunk/Source/WebCore/Modules/applepay/ApplePayPaymentMethod.h 2020-09-05 03:41:09 UTC (rev 266652)
@@ -27,6 +27,7 @@
#if ENABLE(APPLE_PAY)
+#include "ApplePayPaymentContact.h"
#include "ApplePayPaymentPass.h"
#include <wtf/Optional.h>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes