Title: [231876] trunk/Source/WebCore
Revision
231876
Author
mcatanz...@igalia.com
Date
2018-05-16 16:03:02 -0700 (Wed, 16 May 2018)

Log Message

[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:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (231875 => 231876)


--- trunk/Source/WebCore/ChangeLog	2018-05-16 22:18:18 UTC (rev 231875)
+++ trunk/Source/WebCore/ChangeLog	2018-05-16 23:03:02 UTC (rev 231876)
@@ -1,3 +1,12 @@
+2018-05-16  Michael Catanzaro  <mcatanz...@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.no...@apple.com>
 
         CRASH: Exception thrown from -[AVContentKeySession processContentKeyRequestWithIdentifier:initializationData:options:] after -expire called

Modified: trunk/Source/WebCore/platform/network/soup/SoupNetworkSession.h (231875 => 231876)


--- trunk/Source/WebCore/platform/network/soup/SoupNetworkSession.h	2018-05-16 22:18:18 UTC (rev 231875)
+++ trunk/Source/WebCore/platform/network/soup/SoupNetworkSession.h	2018-05-16 23:03:02 UTC (rev 231876)
@@ -26,7 +26,6 @@
 #ifndef SoupNetworkSession_h
 #define SoupNetworkSession_h
 
-#include "URL.h"
 #include <glib-object.h>
 #include <pal/SessionID.h>
 #include <wtf/Function.h>
@@ -44,6 +43,7 @@
 
 class CertificateInfo;
 class ResourceError;
+class URL;
 struct SoupNetworkProxySettings;
 
 class SoupNetworkSession {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to