Title: [231804] trunk/Source/WebCore
Revision
231804
Author
[email protected]
Date
2018-05-15 09:29:15 -0700 (Tue, 15 May 2018)

Log Message

Add missing header to fix build.
https://bugs.webkit.org/show_bug.cgi?id=185378

Patch by Thomas Klausner <[email protected]> on 2018-05-15
Reviewed by Michael Catanzaro.

* platform/network/soup/SoupNetworkSession.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (231803 => 231804)


--- trunk/Source/WebCore/ChangeLog	2018-05-15 15:36:09 UTC (rev 231803)
+++ trunk/Source/WebCore/ChangeLog	2018-05-15 16:29:15 UTC (rev 231804)
@@ -1,3 +1,12 @@
+2018-05-15  Thomas Klausner  <[email protected]>
+
+        Add missing header to fix build.
+        https://bugs.webkit.org/show_bug.cgi?id=185378
+
+        Reviewed by Michael Catanzaro.
+
+        * platform/network/soup/SoupNetworkSession.h:
+
 2018-05-15  Carlos Alberto Lopez Perez  <[email protected]>
 
         [WPE] Build failure with RPi userland drivers and gstreamer-gl

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


--- trunk/Source/WebCore/platform/network/soup/SoupNetworkSession.h	2018-05-15 15:36:09 UTC (rev 231803)
+++ trunk/Source/WebCore/platform/network/soup/SoupNetworkSession.h	2018-05-15 16:29:15 UTC (rev 231804)
@@ -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>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to