Title: [280885] trunk/Source/WTF
- Revision
- 280885
- Author
- [email protected]
- Date
- 2021-08-10 23:57:42 -0700 (Tue, 10 Aug 2021)
Log Message
Disable SYSTEM_FEATURE_FLAGS on iOS 14
https://bugs.webkit.org/show_bug.cgi?id=228979
<rdar://problem/81764452>
Reviewed by Tim Horton.
Stop using feature flags mechanism on iOS 14 to avoid some issues on iOS simulators.
* wtf/PlatformHave.h:
Modified Paths
Diff
Modified: trunk/Source/WTF/ChangeLog (280884 => 280885)
--- trunk/Source/WTF/ChangeLog 2021-08-11 06:10:27 UTC (rev 280884)
+++ trunk/Source/WTF/ChangeLog 2021-08-11 06:57:42 UTC (rev 280885)
@@ -1,3 +1,15 @@
+2021-08-10 Peng Liu <[email protected]>
+
+ Disable SYSTEM_FEATURE_FLAGS on iOS 14
+ https://bugs.webkit.org/show_bug.cgi?id=228979
+ <rdar://problem/81764452>
+
+ Reviewed by Tim Horton.
+
+ Stop using feature flags mechanism on iOS 14 to avoid some issues on iOS simulators.
+
+ * wtf/PlatformHave.h:
+
2021-08-10 Stephan Szabo <[email protected]>
[WTF][PlayStation] REGRESSION(r280795) error: undefined symbol: WTF::logLevelString()
Modified: trunk/Source/WTF/wtf/PlatformHave.h (280884 => 280885)
--- trunk/Source/WTF/wtf/PlatformHave.h 2021-08-11 06:10:27 UTC (rev 280884)
+++ trunk/Source/WTF/wtf/PlatformHave.h 2021-08-11 06:57:42 UTC (rev 280885)
@@ -671,7 +671,7 @@
#endif
#if (PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 110000) \
- || (PLATFORM(IOS_FAMILY) && __IPHONE_OS_VERSION_MIN_REQUIRED >= 140000) \
+ || (PLATFORM(IOS_FAMILY) && __IPHONE_OS_VERSION_MIN_REQUIRED >= 150000) \
|| (PLATFORM(WATCHOS) && __WATCH_OS_VERSION_MIN_REQUIRED >= 70000) \
|| (PLATFORM(APPLETV) && __TV_OS_VERSION_MIN_REQUIRED >= 140000) \
|| PLATFORM(WIN)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes