WebKit Bugzilla
Attachment 370952 Details for
Bug 198381
: Fix yet more deprecated uses of -[UIApplication interfaceOrientation]
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-198381-20190530103035.patch (text/plain), 1.44 KB, created by
Keith Rollin
on 2019-05-30 10:30:35 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Keith Rollin
Created:
2019-05-30 10:30:35 PDT
Size:
1.44 KB
patch
obsolete
>Subversion Revision: 245884 >diff --git a/Source/WTF/ChangeLog b/Source/WTF/ChangeLog >index 9b28a798ba0b4fc62b1e6d6c37abc54a81e3e79b..64d13b4a0ffae6ed3abaa2ee56783de651b0e00a 100644 >--- a/Source/WTF/ChangeLog >+++ b/Source/WTF/ChangeLog >@@ -1,3 +1,16 @@ >+2019-05-30 Keith Rollin <krollin@apple.com> >+ >+ Fix yet more deprecated uses of -[UIApplication interfaceOrientation] >+ https://bugs.webkit.org/show_bug.cgi?id=198381 >+ <rdar://problem/51265846> >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ r245267, r245272, and r245874 fixed many instances of this issue; this >+ change fixes the issue for tvOS. >+ >+ * wtf/FeatureDefines.h: >+ > 2019-05-29 David Kilzer <ddkilzer@apple.com> > > Clean up a few #include statements in WTF >diff --git a/Source/WTF/wtf/FeatureDefines.h b/Source/WTF/wtf/FeatureDefines.h >index 1d25440f90185af7e94c62d481019abc65e2efbe..ae9695754da036524e751e6532d25d3df41a73e2 100644 >--- a/Source/WTF/wtf/FeatureDefines.h >+++ b/Source/WTF/wtf/FeatureDefines.h >@@ -184,7 +184,7 @@ the public iOS SDK. See <https://webkit.org/b/179167>. */ > #endif > > #if !defined(HAVE_UISCENE) >-#if (__IPHONE_OS_VERSION_MIN_REQUIRED >= 130000) || (PLATFORM(WATCHOS) && __WATCH_OS_VERSION_MIN_REQUIRED >= 60000) >+#if (__IPHONE_OS_VERSION_MIN_REQUIRED >= 130000) || (PLATFORM(APPLETV) && __TV_OS_VERSION_MIN_REQUIRED >= 130000) || (PLATFORM(WATCHOS) && __WATCH_OS_VERSION_MIN_REQUIRED >= 60000) > #define HAVE_UISCENE 1 > #endif > #endif
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 198381
: 370952