summarylogtreecommitdiffstats
path: root/fix-g_free.patch
blob: 1e25f55b7264d328238efd52cc7c164b9ed3b88d (plain)
1
2
3
4
5
6
7
8
9
10
11
--- qtwebkit-2.3.4/Source/WTF/wtf/gobject/GOwnPtr.h
+++ qtwebkit-2.3.4/Source/WTF/wtf/gobject/GOwnPtr.h
@@ -28,8 +28,6 @@
 #include <wtf/Assertions.h>
 #include <wtf/Noncopyable.h>
 
-extern "C" void g_free(void*);
-
 namespace WTF {
 
 template <typename T> inline void freeOwnedGPtr(T* ptr);