Title: [183250] trunk/Source/WTF
Revision
183250
Author
[email protected]
Date
2015-04-23 23:30:16 -0700 (Thu, 23 Apr 2015)

Log Message

Disable HAVE_AVKIT on AppleTV
https://bugs.webkit.org/show_bug.cgi?id=144142

Reviewed by Dan Bernstein.

* wtf/Platform.h:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (183249 => 183250)


--- trunk/Source/WTF/ChangeLog	2015-04-24 05:56:18 UTC (rev 183249)
+++ trunk/Source/WTF/ChangeLog	2015-04-24 06:30:16 UTC (rev 183250)
@@ -1,3 +1,12 @@
+2015-04-23  Jer Noble  <[email protected]>
+
+        Disable HAVE_AVKIT on AppleTV
+        https://bugs.webkit.org/show_bug.cgi?id=144142
+
+        Reviewed by Dan Bernstein.
+
+        * wtf/Platform.h:
+
 2015-04-23  Alexey Proskuryakov  <[email protected]>
 
         [iOS] WebKit services should inherit environment variables for home

Modified: trunk/Source/WTF/wtf/Platform.h (183249 => 183250)


--- trunk/Source/WTF/wtf/Platform.h	2015-04-24 05:56:18 UTC (rev 183249)
+++ trunk/Source/WTF/wtf/Platform.h	2015-04-24 06:30:16 UTC (rev 183250)
@@ -502,8 +502,11 @@
 #define HAVE_OUT_OF_PROCESS_LAYER_HOSTING 1
 #define HAVE_DTRACE 1
 
+#if !PLATFORM(WATCHOS) && !PLATFORM(APPLETV)
+#define HAVE_AVKIT 1
+#endif
+
 #if !PLATFORM(WATCHOS)
-#define HAVE_AVKIT 1
 #define HAVE_PARENTAL_CONTROLS 1
 #endif
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to