Changeset 245862 in webkit
- Timestamp:
- May 29, 2019, 12:37:14 PM (6 years ago)
- Location:
- trunk/Source/WebKitLegacy/mac
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKitLegacy/mac/ChangeLog
r245823 r245862 1 2019-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 1 12 2019-05-28 Brent Fulgham <bfulgham@apple.com> 2 13 Protect frames during style and layout changes -
trunk/Source/WebKitLegacy/mac/Misc/WebDownload.h
r245596 r245862 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.