summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/gtk/GOwnPtrGtk.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/gtk/GOwnPtrGtk.h')
-rw-r--r--WebCore/platform/gtk/GOwnPtrGtk.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/WebCore/platform/gtk/GOwnPtrGtk.h b/WebCore/platform/gtk/GOwnPtrGtk.h
index 674ea58..8341661 100644
--- a/WebCore/platform/gtk/GOwnPtrGtk.h
+++ b/WebCore/platform/gtk/GOwnPtrGtk.h
@@ -23,10 +23,12 @@
#include "GOwnPtr.h"
typedef union _GdkEvent GdkEvent;
+typedef struct _GtkIconInfo GtkIconInfo;
namespace WTF {
-template<> void freeOwnedGPtr<GdkEvent>(GdkEvent*);
+template <> void freeOwnedGPtr<GdkEvent>(GdkEvent*);
+template <> void freeOwnedGPtr<GtkIconInfo>(GtkIconInfo*);
}