Changeset 245596 in webkit
- Timestamp:
- May 21, 2019, 3:01:16 PM (7 years ago)
- Location:
- trunk/Source/WebKitLegacy/mac
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
Misc/WebDownload.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKitLegacy/mac/ChangeLog
r245263 r245596 1 2019-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 1 11 2019-05-13 Jer Noble <jer.noble@apple.com> 2 12 -
trunk/Source/WebKitLegacy/mac/Misc/WebDownload.h
r237610 r245596 33 33 #define WebDownload_h 34 34 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) 36 38 #import <Foundation/NSURLDownload.h> 37 39 #else
Note:
See TracChangeset
for help on using the changeset viewer.