WebKit Bugzilla
Attachment 370336 Details for
Bug 198082
: Fix IOSMAC build
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-198082-20190521132415.patch (text/plain), 1.21 KB, created by
Alex Christensen
on 2019-05-21 13:24:15 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Alex Christensen
Created:
2019-05-21 13:24:15 PDT
Size:
1.21 KB
patch
obsolete
>Index: Source/WebKitLegacy/mac/ChangeLog >=================================================================== >--- Source/WebKitLegacy/mac/ChangeLog (revision 245593) >+++ Source/WebKitLegacy/mac/ChangeLog (working copy) >@@ -1,3 +1,13 @@ >+2019-05-21 Alex Christensen <achristensen@webkit.org> >+ >+ Fix IOSMAC build >+ https://bugs.webkit.org/show_bug.cgi?id=198082 >+ <rdar://problem/50939725> >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * Misc/WebDownload.h: >+ > 2019-05-13 Jer Noble <jer.noble@apple.com> > > Make QTKit an optional framework >Index: Source/WebKitLegacy/mac/Misc/WebDownload.h >=================================================================== >--- Source/WebKitLegacy/mac/Misc/WebDownload.h (revision 245343) >+++ Source/WebKitLegacy/mac/Misc/WebDownload.h (working copy) >@@ -32,7 +32,9 @@ > #ifndef WebDownload_h > #define WebDownload_h > >-#if !TARGET_OS_IPHONE || (defined USE_APPLE_INTERNAL_SDK && USE_APPLE_INTERNAL_SDK) >+#if (defined TARGET_OS_IOSMAC && TARGET_OS_IOSMAC) >+#import <CFNetwork/CFNSURLConnection.h> >+#elif !TARGET_OS_IPHONE || (defined USE_APPLE_INTERNAL_SDK && USE_APPLE_INTERNAL_SDK) > #import <Foundation/NSURLDownload.h> > #else > #import <WebKitLegacy/NSURLDownloadSPI.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
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 198082
: 370336