Title: [197211] trunk/Source/WebCore
Revision
197211
Author
[email protected]
Date
2016-02-26 15:00:49 -0800 (Fri, 26 Feb 2016)

Log Message

Attempted build fix.

* platform/spi/cocoa/AVKitSPI.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (197210 => 197211)


--- trunk/Source/WebCore/ChangeLog	2016-02-26 22:58:54 UTC (rev 197210)
+++ trunk/Source/WebCore/ChangeLog	2016-02-26 23:00:49 UTC (rev 197211)
@@ -1,5 +1,11 @@
 2016-02-26  Beth Dakin  <[email protected]>
 
+        Attempted build fix.
+
+        * platform/spi/cocoa/AVKitSPI.h:
+
+2016-02-26  Beth Dakin  <[email protected]>
+
         Add support for playbackControlsManager
         https://bugs.webkit.org/show_bug.cgi?id=154742
         -and corresponding-

Modified: trunk/Source/WebCore/platform/spi/cocoa/AVKitSPI.h (197210 => 197211)


--- trunk/Source/WebCore/platform/spi/cocoa/AVKitSPI.h	2016-02-26 22:58:54 UTC (rev 197210)
+++ trunk/Source/WebCore/platform/spi/cocoa/AVKitSPI.h	2016-02-26 23:00:49 UTC (rev 197211)
@@ -26,7 +26,7 @@
 #import "SoftLinking.h"
 #import <objc/runtime.h>
 
-#if USE(APPLE_INTERNAL_SDK)
+#if PLATFORM(MAC) && USE(APPLE_INTERNAL_SDK)
 
 #import <AVKit/AVValueTiming.h>
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to