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

Changeset 181674 in webkit


Ignore:
Timestamp:
Mar 17, 2015, 5:41:25 PM (11 years ago)
Author:
timothy_horton@apple.com
Message:

Fix the iOS build

  • WebView/WebHTMLView.mm:
Location:
trunk/Source/WebKit/mac
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/mac/ChangeLog

    r181668 r181674  
     12015-03-17  Tim Horton  <timothy_horton@apple.com>
     2
     3        Fix the iOS build
     4
     5        * WebView/WebHTMLView.mm:
     6
    172015-03-17  Tim Horton  <timothy_horton@apple.com>
    28
  • trunk/Source/WebKit/mac/WebView/WebHTMLView.mm

    r181668 r181674  
    107107#import <WebCore/MIMETypeRegistry.h>
    108108#import <WebCore/MainFrame.h>
    109 #import <WebCore/NSMenuSPI.h>
    110109#import <WebCore/NSURLFileTypeMappingsSPI.h>
    111110#import <WebCore/Page.h>
     
    138137#import <AppKit/NSAccessibility.h>
    139138#import <ApplicationServices/ApplicationServices.h>
     139#import <WebCore/NSMenuSPI.h>
     140#import <WebCore/PlatformEventFactoryMac.h>
    140141#import "WebNSEventExtras.h"
    141142#import "WebNSPasteboardExtras.h"
    142 #import <WebCore/PlatformEventFactoryMac.h>
    143143#endif
    144144
Note: See TracChangeset for help on using the changeset viewer.