Changeset 245862 in webkit


Ignore:
Timestamp:
May 29, 2019, 12:37:14 PM (6 years ago)
Author:
achristensen@apple.com
Message:

Fix internal watchOS build
https://bugs.webkit.org/show_bug.cgi?id=198344
<rdar://problem/51128965>

Reviewed by Geoff Garen.

  • Misc/WebDownload.h:

Fix watchOS like we did iosmac in r245596

Location:
trunk/Source/WebKitLegacy/mac
Files:
2 edited

Legend:

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

    r245823 r245862  
     12019-05-29  Alex Christensen  <achristensen@webkit.org>
     2
     3        Fix internal watchOS build
     4        https://bugs.webkit.org/show_bug.cgi?id=198344
     5        <rdar://problem/51128965>
     6
     7        Reviewed by Geoff Garen.
     8
     9        * Misc/WebDownload.h:
     10        Fix watchOS like we did iosmac in r245596
     11
    1122019-05-28  Brent Fulgham  <bfulgham@apple.com>
    213        Protect frames during style and layout changes
  • trunk/Source/WebKitLegacy/mac/Misc/WebDownload.h

    r245596 r245862  
    3333#define WebDownload_h
    3434
    35 #if (defined TARGET_OS_IOSMAC && TARGET_OS_IOSMAC)
     35#if (defined TARGET_OS_IOSMAC && TARGET_OS_IOSMAC) || (defined(TARGET_OS_WATCH) && TARGET_OS_WATCH)
    3636#import <CFNetwork/CFNSURLConnection.h>
    3737#elif !TARGET_OS_IPHONE || (defined USE_APPLE_INTERNAL_SDK && USE_APPLE_INTERNAL_SDK)
Note: See TracChangeset for help on using the changeset viewer.