https://bugs.webkit.org/show_bug.cgi?id=185378
Unreviewed, just replace unneeded #include with a forward declaration
* platform/network/soup/SoupNetworkSession.h:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@231876
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2018-05-16 Michael Catanzaro <mcatanzaro@igalia.com>
+
+ [GTK] SoupNetworkSession.h:68:62: error: unknown type name 'URL'
+ https://bugs.webkit.org/show_bug.cgi?id=185378
+
+ Unreviewed, just replace unneeded #include with a forward declaration
+
+ * platform/network/soup/SoupNetworkSession.h:
+
2018-05-16 Jer Noble <jer.noble@apple.com>
CRASH: Exception thrown from -[AVContentKeySession processContentKeyRequestWithIdentifier:initializationData:options:] after -expire called
2018-05-16 Jer Noble <jer.noble@apple.com>
CRASH: Exception thrown from -[AVContentKeySession processContentKeyRequestWithIdentifier:initializationData:options:] after -expire called
#ifndef SoupNetworkSession_h
#define SoupNetworkSession_h
#ifndef SoupNetworkSession_h
#define SoupNetworkSession_h
#include <glib-object.h>
#include <pal/SessionID.h>
#include <wtf/Function.h>
#include <glib-object.h>
#include <pal/SessionID.h>
#include <wtf/Function.h>
class CertificateInfo;
class ResourceError;
class CertificateInfo;
class ResourceError;
struct SoupNetworkProxySettings;
class SoupNetworkSession {
struct SoupNetworkProxySettings;
class SoupNetworkSession {