Title: [175703] tags/Safari-601.1.8/Source/WTF
- Revision
- 175703
- Author
- [email protected]
- Date
- 2014-11-06 11:02:49 -0800 (Thu, 06 Nov 2014)
Log Message
Merge patch for <rdar://problem/18887867> to disable bmalloc.
Modified Paths
Diff
Modified: tags/Safari-601.1.8/Source/WTF/ChangeLog (175702 => 175703)
--- tags/Safari-601.1.8/Source/WTF/ChangeLog 2014-11-06 18:58:33 UTC (rev 175702)
+++ tags/Safari-601.1.8/Source/WTF/ChangeLog 2014-11-06 19:02:49 UTC (rev 175703)
@@ -1,3 +1,9 @@
+2014-11-06 Babak Shafiei <[email protected]>
+
+ Merge patch for <rdar://problem/18887867> to disable bmalloc.
+
+ * wtf/FastMalloc.cpp:
+
2014-11-04 Chris Dumez <[email protected]>
Add ptr() method to Ref class
Modified: tags/Safari-601.1.8/Source/WTF/wtf/FastMalloc.cpp (175702 => 175703)
--- tags/Safari-601.1.8/Source/WTF/wtf/FastMalloc.cpp 2014-11-06 18:58:33 UTC (rev 175702)
+++ tags/Safari-601.1.8/Source/WTF/wtf/FastMalloc.cpp 2014-11-06 19:02:49 UTC (rev 175703)
@@ -101,10 +101,6 @@
#endif
#endif
-#if PLATFORM(COCOA)
-#define USE_BMALLOC 1
-#endif
-
#if !(defined(USE_SYSTEM_MALLOC) && USE_SYSTEM_MALLOC) && defined(NDEBUG)
#define FORCE_SYSTEM_MALLOC 0
#else
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes