WebKit Bugzilla
Attachment 368441 Details for
Bug 197041
: [Apple Pay] Increment the API version from 6 to 7
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-197041-20190428213734.patch (text/plain), 1.46 KB, created by
Andy Estes
on 2019-04-28 21:37:34 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Andy Estes
Created:
2019-04-28 21:37:34 PDT
Size:
1.46 KB
patch
obsolete
>Subversion Revision: 244726 >diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog >index 8aceb48c6526b85696c49d6710e1ba68639788ea..dd3fde6d04d7790cafbfff481d79c607f2b9be5e 100644 >--- a/Source/WebCore/ChangeLog >+++ b/Source/WebCore/ChangeLog >@@ -1,3 +1,14 @@ >+2019-04-28 Andy Estes <aestes@apple.com> >+ >+ [Apple Pay] Increment the API version from 6 to 7 >+ https://bugs.webkit.org/show_bug.cgi?id=197041 >+ <rdar://problem/49986625> >+ >+ Reviewed by Geoffrey Garen. >+ >+ * Modules/applepay/PaymentCoordinatorClient.cpp: >+ (WebCore::PaymentCoordinatorClient::supportsVersion): >+ > 2019-04-28 Andy Estes <aestes@apple.com> > > Fix the watchOS engineering build. >diff --git a/Source/WebCore/Modules/applepay/PaymentCoordinatorClient.cpp b/Source/WebCore/Modules/applepay/PaymentCoordinatorClient.cpp >index f6682f3f9d5af3a492346ef5a4a98db5e3d0fcc5..bb2943adfe917670387588dd095f71c836257cac 100644 >--- a/Source/WebCore/Modules/applepay/PaymentCoordinatorClient.cpp >+++ b/Source/WebCore/Modules/applepay/PaymentCoordinatorClient.cpp >@@ -38,8 +38,10 @@ bool PaymentCoordinatorClient::supportsVersion(unsigned version) > static const unsigned currentVersion = 2; > #elif !ENABLE(APPLE_PAY_SESSION_V4) > static const unsigned currentVersion = 3; >-#else >+#elif !ENABLE(APPLE_PAY_SESSION_V7) > static const unsigned currentVersion = 6; >+#else >+ static const unsigned currentVersion = 7; > #endif > > return version <= currentVersion;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 197041
:
367697
| 368441