Changeset 215610 in webkit
- Timestamp:
- Apr 21, 2017, 8:00:10 AM (9 years ago)
- Location:
- trunk/Source/WebKit2
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
UIProcess/API/Cocoa/WKWebView.mm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit2/ChangeLog
r215609 r215610 1 2017-04-21 Konstantin Tokarev <annulen@yandex.ru> 2 3 Unreviewed follow-up for r215609 4 5 * UIProcess/API/Cocoa/WKWebView.mm: Move internal header include too. 6 1 7 2017-04-21 Konstantin Tokarev <annulen@yandex.ru> 2 8 -
trunk/Source/WebKit2/UIProcess/API/Cocoa/WKWebView.mm
r215609 r215610 84 84 #import "WebViewImpl.h" 85 85 #import "_WKDiagnosticLoggingDelegate.h" 86 #import "_WKDraggableElementInfoInternal.h"87 86 #import "_WKFindDelegate.h" 88 87 #import "_WKFrameHandleInternal.h" … … 130 129 #import "WKWebViewContentProviderRegistry.h" 131 130 #import "WebVideoFullscreenManagerProxy.h" 131 #import "_WKDraggableElementInfoInternal.h" 132 132 #import "_WKWebViewPrintFormatter.h" 133 133 #import <UIKit/UIApplication.h>
Note:
See TracChangeset
for help on using the changeset viewer.