http://trac.webkit.org/changeset/149408
https://bugs.webkit.org/show_bug.cgi?id=115453
Broke Windows Build (Requested by bfulgham on #webkit).
* wtf/Platform.h:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@149409
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2013-04-30 Commit Queue <rniwa@webkit.org>
+
+ Unreviewed, rolling out r149408.
+ http://trac.webkit.org/changeset/149408
+ https://bugs.webkit.org/show_bug.cgi?id=115453
+
+ Broke Windows Build (Requested by bfulgham on #webkit).
+
+ * wtf/Platform.h:
+
2013-04-30 Brent Fulgham <bfulgham@webkit.org>
[Windows, WinCairo] Fix crash in fast/js/create-lots-of-workers.html
#define ENABLE_GLOBAL_FASTMALLOC_NEW 0
#endif
-#if OS(WINDOWS)
-#define ENABLE_GLOBAL_FASTMALLOC_NEW 0
-#endif
-
#if !defined(ENABLE_GLOBAL_FASTMALLOC_NEW)
#define ENABLE_GLOBAL_FASTMALLOC_NEW 1
#endif