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

Changeset 245596 in webkit


Ignore:
Timestamp:
May 21, 2019, 3:01:16 PM (7 years ago)
Author:
commit-queue@webkit.org
Message:

Fix IOSMAC build
https://bugs.webkit.org/show_bug.cgi?id=198082
<rdar://problem/50939725>

Patch by Alex Christensen <achristensen@webkit.org> on 2019-05-21
Reviewed by Geoffrey Garen.

  • Misc/WebDownload.h:
Location:
trunk/Source/WebKitLegacy/mac
Files:
2 edited

Legend:

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

    r245263 r245596  
     12019-05-21  Alex Christensen  <achristensen@webkit.org>
     2
     3        Fix IOSMAC build
     4        https://bugs.webkit.org/show_bug.cgi?id=198082
     5        <rdar://problem/50939725>
     6
     7        Reviewed by Geoffrey Garen.
     8
     9        * Misc/WebDownload.h:
     10
    1112019-05-13  Jer Noble  <jer.noble@apple.com>
    212
  • trunk/Source/WebKitLegacy/mac/Misc/WebDownload.h

    r237610 r245596  
    3333#define WebDownload_h
    3434
    35 #if !TARGET_OS_IPHONE || (defined USE_APPLE_INTERNAL_SDK && USE_APPLE_INTERNAL_SDK)
     35#if (defined TARGET_OS_IOSMAC && TARGET_OS_IOSMAC)
     36#import <CFNetwork/CFNSURLConnection.h>
     37#elif !TARGET_OS_IPHONE || (defined USE_APPLE_INTERNAL_SDK && USE_APPLE_INTERNAL_SDK)
    3638#import <Foundation/NSURLDownload.h>
    3739#else
Note: See TracChangeset for help on using the changeset viewer.