Changeset 245874 in webkit
- Timestamp:
- May 29, 2019, 4:01:54 PM (7 years ago)
- Location:
- trunk/Source/WTF
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
wtf/FeatureDefines.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WTF/ChangeLog
r245871 r245874 1 2019-05-29 Keith Rollin <krollin@apple.com> 2 3 Followup to r245267 and r245272: fix even more deprecated uses of -[UIApplication interfaceOrientation] 4 https://bugs.webkit.org/show_bug.cgi?id=198348 5 <rdar://problem/51234077> 6 7 Reviewed by Wenson Hsieh. 8 9 r245267 and r245272 fixed many instances of this issue; this change 10 fixes the issue for watchOS. 11 12 * wtf/FeatureDefines.h: 13 1 14 2019-05-29 David Kilzer <ddkilzer@apple.com> 2 15 -
trunk/Source/WTF/wtf/FeatureDefines.h
r244441 r245874 185 185 186 186 #if !defined(HAVE_UISCENE) 187 #if __IPHONE_OS_VERSION_MIN_REQUIRED >= 130000187 #if (__IPHONE_OS_VERSION_MIN_REQUIRED >= 130000) || (PLATFORM(WATCHOS) && __WATCH_OS_VERSION_MIN_REQUIRED >= 60000) 188 188 #define HAVE_UISCENE 1 189 189 #endif
Note:
See TracChangeset
for help on using the changeset viewer.