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

Changeset 181742 in webkit


Ignore:
Timestamp:
Mar 19, 2015, 1:58:48 AM (11 years ago)
Author:
bshafiei@apple.com
Message:

Merged r181674. rdar://problem/20032670

Location:
tags/Safari-601.1.23.3/Source/WebKit/mac
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tags/Safari-601.1.23.3/Source/WebKit/mac/ChangeLog

    r181741 r181742  
     12015-03-19  Babak Shafiei  <bshafiei@apple.com>
     2
     3        Merge r181674.
     4
     5    2015-03-17  Tim Horton  <timothy_horton@apple.com>
     6
     7            Fix the iOS build
     8
     9            * WebView/WebHTMLView.mm:
     10
    1112015-03-19  Babak Shafiei  <bshafiei@apple.com>
    212
  • tags/Safari-601.1.23.3/Source/WebKit/mac/WebView/WebHTMLView.mm

    r181741 r181742  
    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.