Title: [211203] trunk/Source/WebKit2
Revision
211203
Author
o...@webkit.org
Date
2017-01-26 00:55:34 -0800 (Thu, 26 Jan 2017)

Log Message

[Mac][cmake] Fix the build after r211160
https://bugs.webkit.org/show_bug.cgi?id=167451

Unreviewed buildfix.


* UIProcess/API/Cocoa/WKWebView.mm:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (211202 => 211203)


--- trunk/Source/WebKit2/ChangeLog	2017-01-26 04:55:32 UTC (rev 211202)
+++ trunk/Source/WebKit2/ChangeLog	2017-01-26 08:55:34 UTC (rev 211203)
@@ -1,3 +1,12 @@
+2017-01-26  Csaba Osztrogonác  <o...@webkit.org>
+
+        [Mac][cmake] Fix the build after r211160
+        https://bugs.webkit.org/show_bug.cgi?id=167451
+
+        Unreviewed buildfix.
+
+        * UIProcess/API/Cocoa/WKWebView.mm:
+
 2017-01-25  Ryan Haddad  <ryanhad...@apple.com>
 
         Unreviewed, rolling out r211193.

Modified: trunk/Source/WebKit2/UIProcess/API/Cocoa/WKWebView.mm (211202 => 211203)


--- trunk/Source/WebKit2/UIProcess/API/Cocoa/WKWebView.mm	2017-01-26 04:55:32 UTC (rev 211202)
+++ trunk/Source/WebKit2/UIProcess/API/Cocoa/WKWebView.mm	2017-01-26 08:55:34 UTC (rev 211203)
@@ -57,7 +57,6 @@
 #import "WKNSURLExtras.h"
 #import "WKNavigationDelegate.h"
 #import "WKNavigationInternal.h"
-#import "WKPasswordView.h"
 #import "WKPreferencesInternal.h"
 #import "WKProcessPoolInternal.h"
 #import "WKSharedAPICast.h"
@@ -113,6 +112,7 @@
 #import "UIKitSPI.h"
 #import "WKContentViewInteraction.h"
 #import "WKPDFView.h"
+#import "WKPasswordView.h"
 #import "WKScrollView.h"
 #import "WKWebViewContentProviderRegistry.h"
 #import "WebVideoFullscreenManagerProxy.h"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to