Title: [288706] trunk/Source/WTF
- Revision
- 288706
- Author
- [email protected]
- Date
- 2022-01-27 15:22:49 -0800 (Thu, 27 Jan 2022)
Log Message
Change version number for HAVE_PASSKIT_DEFAULT_SHIPPING_METHOD
https://bugs.webkit.org/show_bug.cgi?id=235732
<rdar://problem/88152385>
Reviewed by Wenson Hsieh.
* wtf/PlatformHave.h:
Modified Paths
Diff
Modified: trunk/Source/WTF/ChangeLog (288705 => 288706)
--- trunk/Source/WTF/ChangeLog 2022-01-27 23:18:05 UTC (rev 288705)
+++ trunk/Source/WTF/ChangeLog 2022-01-27 23:22:49 UTC (rev 288706)
@@ -1,3 +1,13 @@
+2022-01-27 Devin Rousso <[email protected]>
+
+ Change version number for HAVE_PASSKIT_DEFAULT_SHIPPING_METHOD
+ https://bugs.webkit.org/show_bug.cgi?id=235732
+ <rdar://problem/88152385>
+
+ Reviewed by Wenson Hsieh.
+
+ * wtf/PlatformHave.h:
+
2022-01-27 Antti Koivisto <[email protected]>
Default to 32 bit refcount for CanMakeCheckedPtr
Modified: trunk/Source/WTF/wtf/PlatformHave.h (288705 => 288706)
--- trunk/Source/WTF/wtf/PlatformHave.h 2022-01-27 23:18:05 UTC (rev 288705)
+++ trunk/Source/WTF/wtf/PlatformHave.h 2022-01-27 23:22:49 UTC (rev 288706)
@@ -653,7 +653,7 @@
#define HAVE_PASSKIT_UPDATE_SHIPPING_METHODS_WHEN_CHANGING_SUMMARY_ITEMS 1
#endif
-#if (PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 120400) || (PLATFORM(IOS) && __IPHONE_OS_VERSION_MIN_REQUIRED >= 150400)
+#if (PLATFORM(MAC) && __MAC_OS_X_VERSION_MAX_ALLOWED >= 120300) || (PLATFORM(IOS) && __IPHONE_OS_VERSION_MAX_ALLOWED >= 150400)
#define HAVE_PASSKIT_DEFAULT_SHIPPING_METHOD 1
#endif
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes