WebKit Bugzilla
Attachment 370888 Details for
Bug 198348
: Followup to r245267 and r245272: fix even 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-198348-20190529144914.patch (text/plain), 1.33 KB, created by
Keith Rollin
on 2019-05-29 14:49:15 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Keith Rollin
Created:
2019-05-29 14:49:15 PDT
Size:
1.33 KB
patch
obsolete
>Subversion Revision: 245863 >diff --git a/Source/WTF/ChangeLog b/Source/WTF/ChangeLog >index 810e18d4d920aebf1eecac59ffce9b046af9123d..e5738adfbe84d3e4f7e1165025145a3c61012d7a 100644 >--- a/Source/WTF/ChangeLog >+++ b/Source/WTF/ChangeLog >@@ -1,3 +1,16 @@ >+2019-05-29 Keith Rollin <krollin@apple.com> >+ >+ Followup to r245267 and r245272: fix even more deprecated uses of -[UIApplication interfaceOrientation] >+ https://bugs.webkit.org/show_bug.cgi?id=198348 >+ <rdar://problem/51234077> >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ r245267 and r245272 fixed many instances of this issue; this change >+ fixes the issue for watchOS. >+ >+ * wtf/FeatureDefines.h: >+ > 2019-05-29 Ryan Haddad <ryanhaddad@apple.com> > > Unreviewed, rolling out r245857. >diff --git a/Source/WTF/wtf/FeatureDefines.h b/Source/WTF/wtf/FeatureDefines.h >index 515ffff89d6028f617dd51fe2a28abb831032d63..1d25440f90185af7e94c62d481019abc65e2efbe 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 >+#if (__IPHONE_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 198348
:
370879
| 370888