Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 401855 | Differences between
and this patch

Collapse All | Expand All

(-)qt-everywhere-opensource-src-4.8.1.orig/src/3rdparty/webkit/Source/JavaScriptCore/wtf/gobject/GOwnPtr.h (+1 lines)
Lines 24-29 Link Here
24
24
25
#if ENABLE(GLIB_SUPPORT)
25
#if ENABLE(GLIB_SUPPORT)
26
26
27
#include <glib.h>
27
#include <algorithm>
28
#include <algorithm>
28
#include <wtf/Assertions.h>
29
#include <wtf/Assertions.h>
29
#include <wtf/Noncopyable.h>
30
#include <wtf/Noncopyable.h>
(-)qt-everywhere-opensource-src-4.8.1.orig/src/3rdparty/webkit/Source/JavaScriptCore/wtf/gobject/GTypedefs.h (-2 lines)
Lines 39-45 Link Here
39
typedef struct _GAsyncResult GAsyncResult;
39
typedef struct _GAsyncResult GAsyncResult;
40
typedef struct _GCancellable GCancellable;
40
typedef struct _GCancellable GCancellable;
41
typedef struct _GCharsetConverter GCharsetConverter;
41
typedef struct _GCharsetConverter GCharsetConverter;
42
typedef struct _GCond GCond;
43
typedef struct _GDir GDir;
42
typedef struct _GDir GDir;
44
typedef struct _GdkAtom* GdkAtom;
43
typedef struct _GdkAtom* GdkAtom;
45
typedef struct _GdkCursor GdkCursor;
44
typedef struct _GdkCursor GdkCursor;
Lines 52-58 Link Here
52
typedef struct _GHashTable GHashTable;
51
typedef struct _GHashTable GHashTable;
53
typedef struct _GInputStream GInputStream;
52
typedef struct _GInputStream GInputStream;
54
typedef struct _GList GList;
53
typedef struct _GList GList;
55
typedef struct _GMutex GMutex;
56
typedef struct _GPatternSpec GPatternSpec;
54
typedef struct _GPatternSpec GPatternSpec;
57
typedef struct _GPollableOutputStream GPollableOutputStream;
55
typedef struct _GPollableOutputStream GPollableOutputStream;
58
typedef struct _GSocketClient GSocketClient;
56
typedef struct _GSocketClient GSocketClient;

Return to bug 401855