Title: [260413] trunk/Source/WTF
Revision
260413
Author
timothy_hor...@apple.com
Date
2020-04-20 21:48:51 -0700 (Mon, 20 Apr 2020)

Log Message

Try to fix the build after r260407

* wtf/PlatformHave.h:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (260412 => 260413)


--- trunk/Source/WTF/ChangeLog	2020-04-21 04:06:11 UTC (rev 260412)
+++ trunk/Source/WTF/ChangeLog	2020-04-21 04:48:51 UTC (rev 260413)
@@ -1,3 +1,9 @@
+2020-04-20  Timothy Horton  <timothy_hor...@apple.com>
+
+        Try to fix the build after r260407
+
+        * wtf/PlatformHave.h:
+
 2020-04-20  Peng Liu  <peng.l...@apple.com>
 
         Fix build failures when video fullscreen and picture-in-picture is disabled

Modified: trunk/Source/WTF/wtf/PlatformHave.h (260412 => 260413)


--- trunk/Source/WTF/wtf/PlatformHave.h	2020-04-21 04:06:11 UTC (rev 260412)
+++ trunk/Source/WTF/wtf/PlatformHave.h	2020-04-21 04:48:51 UTC (rev 260413)
@@ -678,6 +678,6 @@
 #define HAVE_MEDIA_USAGE_FRAMEWORK 1
 #endif
 
-#if (PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 101500) || PLATFORM(IOS_FAMILY)
+#if (PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 101500) || PLATFORM(IOS) || PLATFORM(MACCATALYST)
 #define HAVE_QUICKLOOK_THUMBNAILING 1
 #endif
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to