Title: [215610] trunk/Source/WebKit2
Revision
215610
Author
[email protected]
Date
2017-04-21 08:00:10 -0700 (Fri, 21 Apr 2017)

Log Message

Unreviewed follow-up for r215609

* UIProcess/API/Cocoa/WKWebView.mm: Move internal header include too.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (215609 => 215610)


--- trunk/Source/WebKit2/ChangeLog	2017-04-21 14:44:30 UTC (rev 215609)
+++ trunk/Source/WebKit2/ChangeLog	2017-04-21 15:00:10 UTC (rev 215610)
@@ -1,5 +1,11 @@
 2017-04-21  Konstantin Tokarev  <[email protected]>
 
+        Unreviewed follow-up for r215609
+
+        * UIProcess/API/Cocoa/WKWebView.mm: Move internal header include too.
+
+2017-04-21  Konstantin Tokarev  <[email protected]>
+
         Include iOS-specific headers inside preprocessor guard
         https://bugs.webkit.org/show_bug.cgi?id=171104
 

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


--- trunk/Source/WebKit2/UIProcess/API/Cocoa/WKWebView.mm	2017-04-21 14:44:30 UTC (rev 215609)
+++ trunk/Source/WebKit2/UIProcess/API/Cocoa/WKWebView.mm	2017-04-21 15:00:10 UTC (rev 215610)
@@ -83,7 +83,6 @@
 #import "WebURLSchemeHandlerCocoa.h"
 #import "WebViewImpl.h"
 #import "_WKDiagnosticLoggingDelegate.h"
-#import "_WKDraggableElementInfoInternal.h"
 #import "_WKFindDelegate.h"
 #import "_WKFrameHandleInternal.h"
 #import "_WKFullscreenDelegate.h"
@@ -129,6 +128,7 @@
 #import "WKScrollView.h"
 #import "WKWebViewContentProviderRegistry.h"
 #import "WebVideoFullscreenManagerProxy.h"
+#import "_WKDraggableElementInfoInternal.h"
 #import "_WKWebViewPrintFormatter.h"
 #import <UIKit/UIApplication.h>
 #import <WebCore/CoreGraphicsSPI.h>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to