WebKit Bugzilla
Attachment 370872 Details for
Bug 198344
: Fix internal watchOS build
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-198344-20190529120739.patch (text/plain), 1.31 KB, created by
Alex Christensen
on 2019-05-29 12:07:40 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Alex Christensen
Created:
2019-05-29 12:07:40 PDT
Size:
1.31 KB
patch
obsolete
>Index: Source/WebKitLegacy/mac/ChangeLog >=================================================================== >--- Source/WebKitLegacy/mac/ChangeLog (revision 245859) >+++ Source/WebKitLegacy/mac/ChangeLog (working copy) >@@ -1,3 +1,14 @@ >+2019-05-29 Alex Christensen <achristensen@webkit.org> >+ >+ Fix internal watchOS build >+ https://bugs.webkit.org/show_bug.cgi?id=198344 >+ <rdar://problem/51128965> >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * Misc/WebDownload.h: >+ Fix watchOS like we did iosmac in r245596 >+ > 2019-05-28 Brent Fulgham <bfulgham@apple.com> > Protect frames during style and layout changes > https://bugs.webkit.org/show_bug.cgi?id=198047 >Index: Source/WebKitLegacy/mac/Misc/WebDownload.h >=================================================================== >--- Source/WebKitLegacy/mac/Misc/WebDownload.h (revision 245825) >+++ Source/WebKitLegacy/mac/Misc/WebDownload.h (working copy) >@@ -32,7 +32,7 @@ > #ifndef WebDownload_h > #define WebDownload_h > >-#if (defined TARGET_OS_IOSMAC && TARGET_OS_IOSMAC) >+#if (defined TARGET_OS_IOSMAC && TARGET_OS_IOSMAC) || (defined(TARGET_OS_WATCH) && TARGET_OS_WATCH) > #import <CFNetwork/CFNSURLConnection.h> > #elif !TARGET_OS_IPHONE || (defined USE_APPLE_INTERNAL_SDK && USE_APPLE_INTERNAL_SDK) > #import <Foundation/NSURLDownload.h>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
ggaren
:
review+
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 198344
: 370872