WebKit Bugzilla
Attachment 340358 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]
Patch fixing the problem.
patch-Source_WebCore_platform_network_soup_SoupNetworkSession.h (text/plain), 525 bytes, created by
Thomas Klausner
on 2018-05-14 14:25:11 PDT
(
hide
)
Description:
Patch fixing the problem.
Filename:
MIME Type:
Creator:
Thomas Klausner
Created:
2018-05-14 14:25:11 PDT
Size:
525 bytes
patch
obsolete
>$NetBSD: patch-Source_WebCore_platform_network_soup_SoupNetworkSession.h,v 1.1 2018/05/14 21:22:34 wiz Exp $ > >Add missing header for URL type. > >--- Source/WebCore/platform/network/soup/SoupNetworkSession.h.orig 2018-05-07 08:56:05.000000000 +0000 >+++ Source/WebCore/platform/network/soup/SoupNetworkSession.h >@@ -32,6 +32,7 @@ > #include <wtf/Noncopyable.h> > #include <wtf/glib/GRefPtr.h> > #include <wtf/text/WTFString.h> >+#include <URL.h> > > typedef struct _SoupCache SoupCache; > typedef struct _SoupCookieJar SoupCookieJar;
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:
ews-watchlist
:
commit-queue-
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 185378
:
340358
|
340372
|
340388
|
340398
|
340399
|
340411
|
340415