Title: [274221] trunk/Source/WebCore
Revision
274221
Author
[email protected]
Date
2021-03-10 11:05:43 -0800 (Wed, 10 Mar 2021)

Log Message

Unreviewed, fix the internal build

* Modules/applepay/cocoa/PaymentMethodCocoa.mm:
(WebCore::convert):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (274220 => 274221)


--- trunk/Source/WebCore/ChangeLog	2021-03-10 18:59:11 UTC (rev 274220)
+++ trunk/Source/WebCore/ChangeLog	2021-03-10 19:05:43 UTC (rev 274221)
@@ -1,3 +1,10 @@
+2021-03-10  Devin Rousso  <[email protected]>
+
+        Unreviewed, fix the internal build
+
+        * Modules/applepay/cocoa/PaymentMethodCocoa.mm:
+        (WebCore::convert):
+
 2021-03-10  Zalan Bujtas  <[email protected]>
 
         Multi-column state propagation should follow containing block rules

Modified: trunk/Source/WebCore/Modules/applepay/cocoa/PaymentMethodCocoa.mm (274220 => 274221)


--- trunk/Source/WebCore/Modules/applepay/cocoa/PaymentMethodCocoa.mm	2021-03-10 18:59:11 UTC (rev 274220)
+++ trunk/Source/WebCore/Modules/applepay/cocoa/PaymentMethodCocoa.mm	2021-03-10 19:05:43 UTC (rev 274221)
@@ -93,6 +93,7 @@
     case PKPaymentMethodTypeStore:
         return ApplePayPaymentMethod::Type::Store;
     case PKPaymentMethodTypeUnknown:
+    default:
         return WTF::nullopt;
     }
 }
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to