Changeset 280885 in webkit
- Timestamp:
- Aug 10, 2021, 11:57:42 PM (5 years ago)
- Location:
- trunk/Source/WTF
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
wtf/PlatformHave.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WTF/ChangeLog
r280866 r280885 1 2021-08-10 Peng Liu <peng.liu6@apple.com> 2 3 Disable SYSTEM_FEATURE_FLAGS on iOS 14 4 https://bugs.webkit.org/show_bug.cgi?id=228979 5 <rdar://problem/81764452> 6 7 Reviewed by Tim Horton. 8 9 Stop using feature flags mechanism on iOS 14 to avoid some issues on iOS simulators. 10 11 * wtf/PlatformHave.h: 12 1 13 2021-08-10 Stephan Szabo <stephan.szabo@sony.com> 2 14 -
trunk/Source/WTF/wtf/PlatformHave.h
r280558 r280885 672 672 673 673 #if (PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 110000) \ 674 || (PLATFORM(IOS_FAMILY) && __IPHONE_OS_VERSION_MIN_REQUIRED >= 1 40000) \674 || (PLATFORM(IOS_FAMILY) && __IPHONE_OS_VERSION_MIN_REQUIRED >= 150000) \ 675 675 || (PLATFORM(WATCHOS) && __WATCH_OS_VERSION_MIN_REQUIRED >= 70000) \ 676 676 || (PLATFORM(APPLETV) && __TV_OS_VERSION_MIN_REQUIRED >= 140000) \
Note:
See TracChangeset
for help on using the changeset viewer.