Title: [176970] trunk/Source
- Revision
- 176970
- Author
- dba...@webkit.org
- Date
- 2014-12-08 14:06:02 -0800 (Mon, 08 Dec 2014)
Log Message
[iOS] Fix the WebKit build with the public SDK
Source/WebCore:
Include header UIKit.h.
* platform/spi/ios/MediaPlayerSPI.h:
Source/WebKit/mac:
Include header NSURLDownloadSPI.h.
* WebCoreSupport/WebFrameLoaderClient.mm:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (176969 => 176970)
--- trunk/Source/WebCore/ChangeLog 2014-12-08 21:53:54 UTC (rev 176969)
+++ trunk/Source/WebCore/ChangeLog 2014-12-08 22:06:02 UTC (rev 176970)
@@ -1,3 +1,11 @@
+2014-12-08 Daniel Bates <daba...@apple.com>
+
+ [iOS] Fix the WebKit build with the public SDK
+
+ Include header UIKit.h.
+
+ * platform/spi/ios/MediaPlayerSPI.h:
+
2014-12-08 Chris Dumez <cdu...@apple.com>
Revert r176293 & r176275
Modified: trunk/Source/WebCore/platform/spi/ios/MediaPlayerSPI.h (176969 => 176970)
--- trunk/Source/WebCore/platform/spi/ios/MediaPlayerSPI.h 2014-12-08 21:53:54 UTC (rev 176969)
+++ trunk/Source/WebCore/platform/spi/ios/MediaPlayerSPI.h 2014-12-08 22:06:02 UTC (rev 176970)
@@ -24,6 +24,7 @@
*/
#import <Foundation/Foundation.h>
+#import <UIKit/UIKit.h>
#if USE(APPLE_INTERNAL_SDK)
Modified: trunk/Source/WebKit/mac/ChangeLog (176969 => 176970)
--- trunk/Source/WebKit/mac/ChangeLog 2014-12-08 21:53:54 UTC (rev 176969)
+++ trunk/Source/WebKit/mac/ChangeLog 2014-12-08 22:06:02 UTC (rev 176970)
@@ -1,3 +1,11 @@
+2014-12-08 Daniel Bates <daba...@apple.com>
+
+ [iOS] Fix the WebKit build with the public SDK
+
+ Include header NSURLDownloadSPI.h.
+
+ * WebCoreSupport/WebFrameLoaderClient.mm:
+
2014-12-07 Dan Bernstein <m...@apple.com>
Introduce and deploy a function that allocates and returns an instance of a soft-linked class
Modified: trunk/Source/WebKit/mac/WebCoreSupport/WebFrameLoaderClient.mm (176969 => 176970)
--- trunk/Source/WebKit/mac/WebCoreSupport/WebFrameLoaderClient.mm 2014-12-08 21:53:54 UTC (rev 176969)
+++ trunk/Source/WebKit/mac/WebCoreSupport/WebFrameLoaderClient.mm 2014-12-08 22:06:02 UTC (rev 176970)
@@ -109,6 +109,7 @@
#import <WebCore/MIMETypeRegistry.h>
#import <WebCore/MainFrame.h>
#import <WebCore/MouseEvent.h>
+#import <WebCore/NSURLDownloadSPI.h>
#import <WebCore/NSURLFileTypeMappingsSPI.h>
#import <WebCore/Page.h>
#import <WebCore/PluginViewBase.h>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes