Title: [229295] trunk/Source/WebCore
Revision
229295
Author
[email protected]
Date
2018-03-05 16:24:20 -0800 (Mon, 05 Mar 2018)

Log Message

[Mac] Fix the build

* Modules/applepay/ApplePaySession.cpp:
(WebCore::convertAndValidate): Removed unused variables.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (229294 => 229295)


--- trunk/Source/WebCore/ChangeLog	2018-03-05 23:19:33 UTC (rev 229294)
+++ trunk/Source/WebCore/ChangeLog	2018-03-06 00:24:20 UTC (rev 229295)
@@ -1,3 +1,10 @@
+2018-03-05  Andy Estes  <[email protected]>
+
+        [Mac] Fix the build
+
+        * Modules/applepay/ApplePaySession.cpp:
+        (WebCore::convertAndValidate): Removed unused variables.
+
 2018-03-05  Antti Koivisto  <[email protected]>
 
         Don't invalidate all children when doing insertion/deletion in presence of backward positional selectors

Modified: trunk/Source/WebCore/Modules/applepay/ApplePaySession.cpp (229294 => 229295)


--- trunk/Source/WebCore/Modules/applepay/ApplePaySession.cpp	2018-03-05 23:19:33 UTC (rev 229294)
+++ trunk/Source/WebCore/Modules/applepay/ApplePaySession.cpp	2018-03-06 00:24:20 UTC (rev 229295)
@@ -273,9 +273,6 @@
 {
     PaymentAuthorizationResult convertedResult;
 
-    std::optional<ApplePayError::Code> errorCode;
-    std::optional<ApplePayError::ContactField> contactField;
-
     switch (result.status) {
     case ApplePaySession::STATUS_SUCCESS:
         convertedResult.status = PaymentAuthorizationStatus::Success;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to