Title: [263230] trunk/Source/WebCore
Revision
263230
Author
aes...@apple.com
Date
2020-06-18 14:54:49 -0700 (Thu, 18 Jun 2020)

Log Message

[Apple Pay] Fix a log message typo in PaymentCoordinator::didAuthorizePayment

Rubber-stamped by Beth Dakin.

* Modules/applepay/PaymentCoordinator.cpp:
(WebCore::PaymentCoordinator::didAuthorizePayment): Logged the correct function name.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (263229 => 263230)


--- trunk/Source/WebCore/ChangeLog	2020-06-18 21:12:25 UTC (rev 263229)
+++ trunk/Source/WebCore/ChangeLog	2020-06-18 21:54:49 UTC (rev 263230)
@@ -1,3 +1,12 @@
+2020-06-18  Andy Estes  <aes...@apple.com>
+
+        [Apple Pay] Fix a log message typo in PaymentCoordinator::didAuthorizePayment
+
+        Rubber-stamped by Beth Dakin.
+
+        * Modules/applepay/PaymentCoordinator.cpp:
+        (WebCore::PaymentCoordinator::didAuthorizePayment): Logged the correct function name.
+
 2020-06-18  Zalan Bujtas  <za...@apple.com>
 
         [LFC][BFC] Available space computation for the float avoider needs coordinate mapping

Modified: trunk/Source/WebCore/Modules/applepay/PaymentCoordinator.cpp (263229 => 263230)


--- trunk/Source/WebCore/Modules/applepay/PaymentCoordinator.cpp	2020-06-18 21:12:25 UTC (rev 263229)
+++ trunk/Source/WebCore/Modules/applepay/PaymentCoordinator.cpp	2020-06-18 21:54:49 UTC (rev 263230)
@@ -196,7 +196,7 @@
         return;
     }
 
-    RELEASE_LOG_IF_ALLOWED("validateMerchant()");
+    RELEASE_LOG_IF_ALLOWED("didAuthorizePayment()");
     m_activeSession->didAuthorizePayment(payment);
 }
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to