Changeset 247494 in webkit


Ignore:
Timestamp:
Jul 16, 2019 1:26:03 PM (5 years ago)
Author:
aestes@apple.com
Message:

[macCatalyst] Do not include WebKitLegacy.h in WebKit.h
https://bugs.webkit.org/show_bug.cgi?id=199833
<rdar://problem/53036744>

Reviewed by Tim Horton.

  • Shared/API/Cocoa/WebKit.h:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r247491 r247494  
     12019-07-16  Andy Estes  <aestes@apple.com>
     2
     3        [macCatalyst] Do not include WebKitLegacy.h in WebKit.h
     4        https://bugs.webkit.org/show_bug.cgi?id=199833
     5        <rdar://problem/53036744>
     6
     7        Reviewed by Tim Horton.
     8
     9        * Shared/API/Cocoa/WebKit.h:
     10
    1112019-07-16  Frederic Wang  <fwang@igalia.com>
    212
  • trunk/Source/WebKit/Shared/API/Cocoa/WebKit.h

    r246447 r247494  
    5959#import <WebKit/WKWebsiteDataStore.h>
    6060#import <WebKit/WKWindowFeatures.h>
     61
     62#if !defined(TARGET_OS_IOSMAC) || !TARGET_OS_IOSMAC
    6163#import <WebKit/WebKitLegacy.h>
     64#endif
Note: See TracChangeset for help on using the changeset viewer.