Changeset 245866 in webkit
- Timestamp:
- May 29, 2019, 1:45:11 PM (7 years ago)
- Location:
- tags/Safari-608.1.26/Source/WebKitLegacy/mac
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
Misc/WebDownload.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tags/Safari-608.1.26/Source/WebKitLegacy/mac/ChangeLog
r245823 r245866 1 2019-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 1 29 2019-05-28 Brent Fulgham <bfulgham@apple.com> 2 30 Protect frames during style and layout changes -
tags/Safari-608.1.26/Source/WebKitLegacy/mac/Misc/WebDownload.h
r245596 r245866 33 33 #define WebDownload_h 34 34 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) 36 36 #import <CFNetwork/CFNSURLConnection.h> 37 37 #elif !TARGET_OS_IPHONE || (defined USE_APPLE_INTERNAL_SDK && USE_APPLE_INTERNAL_SDK)
Note:
See TracChangeset
for help on using the changeset viewer.