WebKit Bugzilla
Attachment 340411 Details for
Bug 185378
: [GTK] SoupNetworkSession.h:68:62: error: unknown type name 'URL'
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Next try at conformant patch.
url2.diff (text/plain), 1.04 KB, created by
Thomas Klausner
on 2018-05-15 08:19:22 PDT
(
hide
)
Description:
Next try at conformant patch.
Filename:
MIME Type:
Creator:
Thomas Klausner
Created:
2018-05-15 08:19:22 PDT
Size:
1.04 KB
patch
obsolete
>Index: Source/WebCore/ChangeLog >=================================================================== >--- Source/WebCore/ChangeLog (revision 231793) >+++ Source/WebCore/ChangeLog (working copy) >@@ -1,3 +1,12 @@ >+2018-05-15 Thomas Klausner <tk@giga.or.at> >+ >+ Add missing header to fix build. >+ https://bugs.webkit.org/show_bug.cgi?id=185378 >+ >+ Reviewed by Adrian Perez. >+ >+ * platform/network/soup/SoupNetworkSession.h: >+ > 2018-05-14 Youenn Fablet <youenn@apple.com> > > readableStreamDefaultControllerError should return early if stream is not readable >Index: Source/WebCore/platform/network/soup/SoupNetworkSession.h >=================================================================== >--- Source/WebCore/platform/network/soup/SoupNetworkSession.h (revision 231789) >+++ Source/WebCore/platform/network/soup/SoupNetworkSession.h (working copy) >@@ -26,6 +26,7 @@ > #ifndef SoupNetworkSession_h > #define SoupNetworkSession_h > >+#include <URL.h> > #include <glib-object.h> > #include <pal/SessionID.h> > #include <wtf/Function.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 185378
:
340358
|
340372
|
340388
|
340398
|
340399
|
340411
|
340415