Title: [184924] trunk/Source/WebCore
Revision
184924
Author
[email protected]
Date
2015-05-27 15:11:27 -0700 (Wed, 27 May 2015)

Log Message

Attempt to fix internal build following <http://trac.webkit.org/changeset/184760>
(https://bugs.webkit.org/show_bug.cgi?id=145289)

Reviewed by Jer Noble.

* platform/spi/mac/AVFoundationSPI.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (184923 => 184924)


--- trunk/Source/WebCore/ChangeLog	2015-05-27 21:51:22 UTC (rev 184923)
+++ trunk/Source/WebCore/ChangeLog	2015-05-27 22:11:27 UTC (rev 184924)
@@ -1,3 +1,12 @@
+2015-05-27  Daniel Bates  <[email protected]>
+
+        Attempt to fix internal build following <http://trac.webkit.org/changeset/184760>
+        (https://bugs.webkit.org/show_bug.cgi?id=145289)
+
+        Reviewed by Jer Noble.
+
+        * platform/spi/mac/AVFoundationSPI.h:
+
 2015-05-27  Jeremy Jones  <[email protected]>
 
         Refactor WebKit1 specific threading code out of WebVideoFullscreen code that is shared with WebKit2.

Modified: trunk/Source/WebCore/platform/spi/mac/AVFoundationSPI.h (184923 => 184924)


--- trunk/Source/WebCore/platform/spi/mac/AVFoundationSPI.h	2015-05-27 21:51:22 UTC (rev 184923)
+++ trunk/Source/WebCore/platform/spi/mac/AVFoundationSPI.h	2015-05-27 22:11:27 UTC (rev 184924)
@@ -53,7 +53,7 @@
 
 #if PLATFORM(IOS)
 
-#if USE(APPLE_INTERNAL_SDK)
+#if HAVE(AVKIT) && USE(APPLE_INTERNAL_SDK)
 #import <AVKit/AVPlayerViewController_WebKitOnly.h>
 #endif
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to