Title: [283811] trunk/Source/WTF
- Revision
- 283811
- Author
- [email protected]
- Date
- 2021-10-08 10:40:19 -0700 (Fri, 08 Oct 2021)
Log Message
Disable SYSTEM_PREVIEW when UIKit internals is enabled
https://bugs.webkit.org/show_bug.cgi?id=231438
rdar://84019482
Reviewed by Tim Horton.
We're going to replace SystemPreview with the <model>
element, so disable it when UIKit internals are enabled.
* wtf/PlatformUse.h:
Modified Paths
Diff
Modified: trunk/Source/WTF/ChangeLog (283810 => 283811)
--- trunk/Source/WTF/ChangeLog 2021-10-08 16:49:23 UTC (rev 283810)
+++ trunk/Source/WTF/ChangeLog 2021-10-08 17:40:19 UTC (rev 283811)
@@ -1,3 +1,16 @@
+2021-10-08 Dean Jackson <[email protected]>
+
+ Disable SYSTEM_PREVIEW when UIKit internals is enabled
+ https://bugs.webkit.org/show_bug.cgi?id=231438
+ rdar://84019482
+
+ Reviewed by Tim Horton.
+
+ We're going to replace SystemPreview with the <model>
+ element, so disable it when UIKit internals are enabled.
+
+ * wtf/PlatformUse.h:
+
2021-10-08 Antti Koivisto <[email protected]>
Make WTF::IteratorRange reversible
Modified: trunk/Source/WTF/wtf/PlatformUse.h (283810 => 283811)
--- trunk/Source/WTF/wtf/PlatformUse.h 2021-10-08 16:49:23 UTC (rev 283810)
+++ trunk/Source/WTF/wtf/PlatformUse.h 2021-10-08 17:40:19 UTC (rev 283811)
@@ -165,7 +165,7 @@
#define USE_QUICK_LOOK 1
#endif
-#if PLATFORM(IOS)
+#if PLATFORM(IOS) && !HAVE(UIKIT_WEBKIT_INTERNALS)
#define USE_SYSTEM_PREVIEW 1
#endif
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes