--- webkitgtk-2.4.3.orig/Source/WTF/wtf/Platform.h 2014-06-08 03:50:46.677001953 +0800 +++ webkitgtk-2.4.3/Source/WTF/wtf/Platform.h 2014-06-08 04:00:27.133789062 +0800 @@ -674,14 +679,14 @@ /* FIXME: The fast malloc implementation is broken on Itanium / IA64 because some memory barriers are missing in the thread-unsafe code around the - pagemap_cache_ object. */ -#if CPU(IA64) || CPU(IA64_32) + pagemap_cache_ object. It is also broken on MIPS. */ +#if CPU(IA64) || CPU(IA64_32) || CPU(MIPS) #define USE_SYSTEM_MALLOC 1 #endif