⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 211142 in webkit


Ignore:
Timestamp:
Jan 25, 2017, 6:34:27 AM (10 years ago)
Author:
Carlos Garcia Campos
Message:

Unreviewed. Fix 32 bit build after r211140.

Include glib-object.h instead of forward declaring GType.

  • platform/network/soup/SoupNetworkSession.h:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r211141 r211142  
     12017-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
    192017-01-25  Miguel Gomez  <magomez@igalia.com>
    210
  • trunk/Source/WebCore/platform/network/soup/SoupNetworkSession.h

    r211140 r211142  
    2828
    2929#include <functional>
     30#include <glib-object.h>
    3031#include <wtf/Noncopyable.h>
    3132#include <wtf/Vector.h>
     
    3334#include <wtf/text/WTFString.h>
    3435
    35 typedef size_t GType;
    3636typedef struct _SoupCache SoupCache;
    3737typedef struct _SoupCookieJar SoupCookieJar;
Note: See TracChangeset for help on using the changeset viewer.