diff options
Diffstat (limited to 'x11/kdelibs4/files/patch-kjs__wtf__RefPtr.h')
-rw-r--r-- | x11/kdelibs4/files/patch-kjs__wtf__RefPtr.h | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/x11/kdelibs4/files/patch-kjs__wtf__RefPtr.h b/x11/kdelibs4/files/patch-kjs__wtf__RefPtr.h deleted file mode 100644 index bf54d3f120f8..000000000000 --- a/x11/kdelibs4/files/patch-kjs__wtf__RefPtr.h +++ /dev/null @@ -1,23 +0,0 @@ -commit 01b0c1a8051f372e400d213ac125311c398e4b17 -Author: Raphael Kubo da Costa <rakuco@FreeBSD.org> -Date: Fri Dec 30 23:27:31 2011 -0200 - - Add missing include. - - RefPtr::release() needs PassRefPtr.h for adoptRef(). The include is also - present in WebKit's wtf. - - This should fix another build failure with clang. - -diff --git a/kjs/wtf/RefPtr.h b/kjs/wtf/RefPtr.h -index c16397e..493ab05 100644 ---- ./kjs/wtf/RefPtr.h -+++ ./kjs/wtf/RefPtr.h -@@ -24,6 +24,7 @@ - - #include <algorithm> - #include "AlwaysInline.h" -+#include "PassRefPtr.h" - - namespace WTF { - |