Title: [211142] trunk/Source/WebCore
- Revision
- 211142
- Author
- [email protected]
- Date
- 2017-01-25 06:34:27 -0800 (Wed, 25 Jan 2017)
Log Message
Unreviewed. Fix 32 bit build after r211140.
Include glib-object.h instead of forward declaring GType.
* platform/network/soup/SoupNetworkSession.h:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (211141 => 211142)
--- trunk/Source/WebCore/ChangeLog 2017-01-25 13:26:01 UTC (rev 211141)
+++ trunk/Source/WebCore/ChangeLog 2017-01-25 14:34:27 UTC (rev 211142)
@@ -1,3 +1,11 @@
+2017-01-25 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Fix 32 bit build after r211140.
+
+ Include glib-object.h instead of forward declaring GType.
+
+ * platform/network/soup/SoupNetworkSession.h:
+
2017-01-25 Miguel Gomez <[email protected]>
[GTK] The inspector is broken when AC support is disabled
Modified: trunk/Source/WebCore/platform/network/soup/SoupNetworkSession.h (211141 => 211142)
--- trunk/Source/WebCore/platform/network/soup/SoupNetworkSession.h 2017-01-25 13:26:01 UTC (rev 211141)
+++ trunk/Source/WebCore/platform/network/soup/SoupNetworkSession.h 2017-01-25 14:34:27 UTC (rev 211142)
@@ -27,12 +27,12 @@
#define SoupNetworkSession_h
#include <functional>
+#include <glib-object.h>
#include <wtf/Noncopyable.h>
#include <wtf/Vector.h>
#include <wtf/glib/GRefPtr.h>
#include <wtf/text/WTFString.h>
-typedef size_t GType;
typedef struct _SoupCache SoupCache;
typedef struct _SoupCookieJar SoupCookieJar;
typedef struct _SoupMessage SoupMessage;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes