Title: [191649] trunk/Source/WebKit2
Revision
191649
Author
timothy_hor...@apple.com
Date
2015-10-27 17:47:20 -0700 (Tue, 27 Oct 2015)

Log Message

Fix the build.

* UIProcess/Cocoa/WebViewImpl.mm:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (191648 => 191649)


--- trunk/Source/WebKit2/ChangeLog	2015-10-28 00:44:51 UTC (rev 191648)
+++ trunk/Source/WebKit2/ChangeLog	2015-10-28 00:47:20 UTC (rev 191649)
@@ -1,5 +1,11 @@
 2015-10-27  Tim Horton  <timothy_hor...@apple.com>
 
+        Fix the build.
+
+        * UIProcess/Cocoa/WebViewImpl.mm:
+
+2015-10-27  Tim Horton  <timothy_hor...@apple.com>
+
         WKView being inside WKWebView leads to weird API issues
         https://bugs.webkit.org/show_bug.cgi?id=150174
 

Modified: trunk/Source/WebKit2/UIProcess/Cocoa/WebViewImpl.mm (191648 => 191649)


--- trunk/Source/WebKit2/UIProcess/Cocoa/WebViewImpl.mm	2015-10-28 00:44:51 UTC (rev 191648)
+++ trunk/Source/WebKit2/UIProcess/Cocoa/WebViewImpl.mm	2015-10-28 00:47:20 UTC (rev 191649)
@@ -67,6 +67,7 @@
 #import <WebCore/WebCoreFullScreenWindow.h>
 #import <WebCore/WebCoreNSStringExtras.h>
 #import <WebKitSystemInterface.h>
+#import <sys/stat.h>
 
 SOFT_LINK_CONSTANT_MAY_FAIL(Lookup, LUNotificationPopoverWillClose, NSString *)
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to