Title: [149409] trunk/Source/WTF
Revision
149409
Author
[email protected]
Date
2013-04-30 15:53:56 -0700 (Tue, 30 Apr 2013)

Log Message

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:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (149408 => 149409)


--- trunk/Source/WTF/ChangeLog	2013-04-30 22:44:22 UTC (rev 149408)
+++ trunk/Source/WTF/ChangeLog	2013-04-30 22:53:56 UTC (rev 149409)
@@ -1,3 +1,13 @@
+2013-04-30  Commit Queue  <[email protected]>
+
+        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  <[email protected]>
 
         [Windows, WinCairo] Fix crash in fast/js/create-lots-of-workers.html

Modified: trunk/Source/WTF/wtf/Platform.h (149408 => 149409)


--- trunk/Source/WTF/wtf/Platform.h	2013-04-30 22:44:22 UTC (rev 149408)
+++ trunk/Source/WTF/wtf/Platform.h	2013-04-30 22:53:56 UTC (rev 149409)
@@ -646,10 +646,6 @@
 #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
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to