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

Changeset 245866 in webkit


Ignore:
Timestamp:
May 29, 2019, 1:45:11 PM (7 years ago)
Author:
Alan Coon
Message:

Cherry-pick r245862. rdar://problem/51128946

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

git-svn-id: https://svn.webkit.org/repository/webkit/trunk@245862 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Location:
tags/Safari-608.1.26/Source/WebKitLegacy/mac
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tags/Safari-608.1.26/Source/WebKitLegacy/mac/ChangeLog

    r245823 r245866  
     12019-05-29  Kocsen Chung  <kocsen_chung@apple.com>
     2
     3        Cherry-pick r245862. rdar://problem/51128946
     4
     5    Fix internal watchOS build
     6    https://bugs.webkit.org/show_bug.cgi?id=198344
     7    <rdar://problem/51128965>
     8   
     9    Reviewed by Geoff Garen.
     10   
     11    * Misc/WebDownload.h:
     12    Fix watchOS like we did iosmac in r245596
     13   
     14   
     15   
     16    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@245862 268f45cc-cd09-0410-ab3c-d52691b4dbfc
     17
     18    2019-05-29  Alex Christensen  <achristensen@webkit.org>
     19
     20            Fix internal watchOS build
     21            https://bugs.webkit.org/show_bug.cgi?id=198344
     22            <rdar://problem/51128965>
     23
     24            Reviewed by Geoff Garen.
     25
     26            * Misc/WebDownload.h:
     27            Fix watchOS like we did iosmac in r245596
     28
    1292019-05-28  Brent Fulgham  <bfulgham@apple.com>
    230        Protect frames during style and layout changes
  • tags/Safari-608.1.26/Source/WebKitLegacy/mac/Misc/WebDownload.h

    r245596 r245866  
    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.