⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 215610 in webkit


Ignore:
Timestamp:
Apr 21, 2017, 8:00:10 AM (9 years ago)
Author:
Konstantin Tokarev
Message:

Unreviewed follow-up for r215609

  • UIProcess/API/Cocoa/WKWebView.mm: Move internal header include too.
Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r215609 r215610  
     12017-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
    172017-04-21  Konstantin Tokarev  <annulen@yandex.ru>
    28
  • trunk/Source/WebKit2/UIProcess/API/Cocoa/WKWebView.mm

    r215609 r215610  
    8484#import "WebViewImpl.h"
    8585#import "_WKDiagnosticLoggingDelegate.h"
    86 #import "_WKDraggableElementInfoInternal.h"
    8786#import "_WKFindDelegate.h"
    8887#import "_WKFrameHandleInternal.h"
     
    130129#import "WKWebViewContentProviderRegistry.h"
    131130#import "WebVideoFullscreenManagerProxy.h"
     131#import "_WKDraggableElementInfoInternal.h"
    132132#import "_WKWebViewPrintFormatter.h"
    133133#import <UIKit/UIApplication.h>
Note: See TracChangeset for help on using the changeset viewer.