Title: [244362] trunk/Source/WTF
Revision
244362
Author
jer.no...@apple.com
Date
2019-04-16 16:29:30 -0700 (Tue, 16 Apr 2019)

Log Message

Enable HAVE_AVKIT on PLATFORM(IOSMAC)
https://bugs.webkit.org/show_bug.cgi?id=196987

Reviewed by Tim Horton.

* wtf/Platform.h:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (244361 => 244362)


--- trunk/Source/WTF/ChangeLog	2019-04-16 23:07:35 UTC (rev 244361)
+++ trunk/Source/WTF/ChangeLog	2019-04-16 23:29:30 UTC (rev 244362)
@@ -1,3 +1,12 @@
+2019-04-16  Jer Noble  <jer.no...@apple.com>
+
+        Enable HAVE_AVKIT on PLATFORM(IOSMAC)
+        https://bugs.webkit.org/show_bug.cgi?id=196987
+
+        Reviewed by Tim Horton.
+
+        * wtf/Platform.h:
+
 2019-04-16  Robin Morisset  <rmoris...@apple.com>
 
         [WTF] holdLock should be marked WARN_UNUSED_RETURN

Modified: trunk/Source/WTF/wtf/Platform.h (244361 => 244362)


--- trunk/Source/WTF/wtf/Platform.h	2019-04-16 23:07:35 UTC (rev 244361)
+++ trunk/Source/WTF/wtf/Platform.h	2019-04-16 23:29:30 UTC (rev 244362)
@@ -1085,7 +1085,7 @@
 #define HAVE_PARENTAL_CONTROLS 1
 #endif
 
-#if !PLATFORM(APPLETV) && (!PLATFORM(IOSMAC) || __IPHONE_OS_VERSION_MIN_REQUIRED < 130000)
+#if !PLATFORM(APPLETV)
 #define HAVE_AVKIT 1
 #endif
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to