File webkit-fix-llvmpipe-crash.patch of Package libwebkit
https://bugs.webkit.org/show_bug.cgi?id=89358 Index: webkit-1.8.1/Source/JavaScriptCore/wtf/Platform.h =================================================================== --- webkit-1.8.1.orig/Source/JavaScriptCore/wtf/Platform.h +++ webkit-1.8.1/Source/JavaScriptCore/wtf/Platform.h @@ -494,6 +494,7 @@ #if PLATFORM(GTK) #define WTF_USE_CAIRO 1 +#define ENABLE_GLOBAL_FASTMALLOC_NEW 0 #endif