Changeset 248381 in webkit


Ignore:
Timestamp:
Aug 7, 2019 12:43:51 PM (5 years ago)
Author:
dino@apple.com
Message:

Context menu on a universal link produces a blank preview
https://bugs.webkit.org/show_bug.cgi?id=200485
<rdar://problem/53699620>

Reviewed by Tim Horton.

Use the umbrella #import.

  • pal/spi/cocoa/LaunchServicesSPI.h:
Location:
trunk/Source/WebCore/PAL
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/PAL/ChangeLog

    r248380 r248381  
     12019-08-07  Dean Jackson  <dino@apple.com>
     2
     3        Context menu on a universal link produces a blank preview
     4        https://bugs.webkit.org/show_bug.cgi?id=200485
     5        <rdar://problem/53699620>
     6
     7        Reviewed by Tim Horton.
     8
     9        Use the umbrella #import.
     10
     11        * pal/spi/cocoa/LaunchServicesSPI.h:
     12
    1132019-08-06  Dean Jackson  <dino@apple.com>
    214
  • trunk/Source/WebCore/PAL/pal/spi/cocoa/LaunchServicesSPI.h

    r248380 r248381  
    3535#import <MobileCoreServices/LSAppLinkPriv.h>
    3636#elif PLATFORM(IOS)
    37 #if __IPHONE_OS_VERSION_MIN_REQUIRED >= 130000
    38 #import <CoreServices/LSURLOverridePriv.h>
    39 #else
    40 #import <CoreServices/LSApplicationWorkspace.h>
    41 #endif
     37#import <MobileCoreServices/MobileCoreServicesPriv.h>
    4238#endif
    4339
Note: See TracChangeset for help on using the changeset viewer.