Title: [175409] trunk/Source/WTF
Diff
Modified: trunk/Source/WTF/ChangeLog (175408 => 175409)
--- trunk/Source/WTF/ChangeLog 2014-10-31 12:45:55 UTC (rev 175408)
+++ trunk/Source/WTF/ChangeLog 2014-10-31 15:26:37 UTC (rev 175409)
@@ -1,3 +1,7 @@
+2014-10-31 Lucas Forschler <[email protected]>
+
+ Unreviewed rollout r175389.
+
2014-10-30 Dana Burkart <[email protected]>
<rdar://problem/18821260> Prepare for the mysterious future
Modified: trunk/Source/WTF/wtf/FastMalloc.cpp (175408 => 175409)
--- trunk/Source/WTF/wtf/FastMalloc.cpp 2014-10-31 12:45:55 UTC (rev 175408)
+++ trunk/Source/WTF/wtf/FastMalloc.cpp 2014-10-31 15:26:37 UTC (rev 175409)
@@ -101,7 +101,7 @@
#endif
#endif
-#if PLATFORM(COCOA)
+#if (PLATFORM(COCOA) && (CPU(X86_64) || CPU(ARM64)))
#define USE_BMALLOC 1
#endif
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes