Title: [176703] trunk/Source
Revision
176703
Author
[email protected]
Date
2014-12-02 17:44:53 -0800 (Tue, 02 Dec 2014)

Log Message

Fix the build.

* UIProcess/mac/WebContextMac.mm:
* WebCoreSupport/WebFrameLoaderClient.mm:

Modified Paths

Diff

Modified: trunk/Source/WebKit/mac/ChangeLog (176702 => 176703)


--- trunk/Source/WebKit/mac/ChangeLog	2014-12-03 01:12:51 UTC (rev 176702)
+++ trunk/Source/WebKit/mac/ChangeLog	2014-12-03 01:44:53 UTC (rev 176703)
@@ -1,3 +1,9 @@
+2014-12-02  Timothy Horton  <[email protected]>
+
+        Fix the build.
+
+        * WebCoreSupport/WebFrameLoaderClient.mm:
+
 2014-12-02  Alexey Proskuryakov  <[email protected]>
 
         http/tests/appcache/main-resource-fallback-for-network-error-crash.html can break subsequent tests

Modified: trunk/Source/WebKit/mac/WebCoreSupport/WebFrameLoaderClient.mm (176702 => 176703)


--- trunk/Source/WebKit/mac/WebCoreSupport/WebFrameLoaderClient.mm	2014-12-03 01:12:51 UTC (rev 176702)
+++ trunk/Source/WebKit/mac/WebCoreSupport/WebFrameLoaderClient.mm	2014-12-03 01:44:53 UTC (rev 176703)
@@ -146,8 +146,6 @@
 #import "WebKitVersionChecks.h"
 #import "WebMailDelegate.h"
 #import "WebUIKitDelegate.h"
-#else
-#import <WebCore/QuickLookMac.h>
 #endif
 
 #if USE(QUICK_LOOK)

Modified: trunk/Source/WebKit2/ChangeLog (176702 => 176703)


--- trunk/Source/WebKit2/ChangeLog	2014-12-03 01:12:51 UTC (rev 176702)
+++ trunk/Source/WebKit2/ChangeLog	2014-12-03 01:44:53 UTC (rev 176703)
@@ -1,3 +1,9 @@
+2014-12-02  Timothy Horton  <[email protected]>
+
+        Fix the build.
+
+        * UIProcess/mac/WebContextMac.mm:
+
 2014-12-02  Dan Bernstein  <[email protected]>
 
         <rdar://problem/18441138> [iOS] Text selection in WKWebView with WKSelectionGranularityCharacter only works in the most recent WKWebView to load

Modified: trunk/Source/WebKit2/UIProcess/mac/WebContextMac.mm (176702 => 176703)


--- trunk/Source/WebKit2/UIProcess/mac/WebContextMac.mm	2014-12-03 01:12:51 UTC (rev 176702)
+++ trunk/Source/WebKit2/UIProcess/mac/WebContextMac.mm	2014-12-03 01:44:53 UTC (rev 176703)
@@ -55,7 +55,6 @@
 #import <WebCore/RuntimeApplicationChecksIOS.h>
 #else
 #import <QuartzCore/CARemoteLayerServer.h>
-#import <WebCore/QuickLookMac.h>
 #endif
 
 using namespace WebCore;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to