Changeset 211142 in webkit
- Timestamp:
- Jan 25, 2017, 6:34:27 AM (10 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
platform/network/soup/SoupNetworkSession.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r211141 r211142 1 2017-01-25 Carlos Garcia Campos <cgarcia@igalia.com> 2 3 Unreviewed. Fix 32 bit build after r211140. 4 5 Include glib-object.h instead of forward declaring GType. 6 7 * platform/network/soup/SoupNetworkSession.h: 8 1 9 2017-01-25 Miguel Gomez <magomez@igalia.com> 2 10 -
trunk/Source/WebCore/platform/network/soup/SoupNetworkSession.h
r211140 r211142 28 28 29 29 #include <functional> 30 #include <glib-object.h> 30 31 #include <wtf/Noncopyable.h> 31 32 #include <wtf/Vector.h> … … 33 34 #include <wtf/text/WTFString.h> 34 35 35 typedef size_t GType;36 36 typedef struct _SoupCache SoupCache; 37 37 typedef struct _SoupCookieJar SoupCookieJar;
Note:
See TracChangeset
for help on using the changeset viewer.