Title: [97206] trunk/Source/_javascript_Core
Revision
97206
Author
[email protected]
Date
2011-10-11 18:11:04 -0700 (Tue, 11 Oct 2011)

Log Message

Remove unintentional logging.

Modified Paths


Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (97205 => 97206)


--- trunk/Source/_javascript_Core/ChangeLog	2011-10-12 01:07:57 UTC (rev 97205)
+++ trunk/Source/_javascript_Core/ChangeLog	2011-10-12 01:11:04 UTC (rev 97206)
@@ -1,5 +1,11 @@
 2011-10-11  Oliver Hunt  <[email protected]>
 
+        Remove unintentional logging.
+
+        * heap/Heap.cpp:
+
+2011-10-11  Oliver Hunt  <[email protected]>
+
         Tidy up card walking logic
         https://bugs.webkit.org/show_bug.cgi?id=69883
 

Modified: trunk/Source/_javascript_Core/heap/Heap.cpp (97205 => 97206)


--- trunk/Source/_javascript_Core/heap/Heap.cpp	2011-10-12 01:07:57 UTC (rev 97205)
+++ trunk/Source/_javascript_Core/heap/Heap.cpp	2011-10-12 01:11:04 UTC (rev 97206)
@@ -43,7 +43,7 @@
 
 static const size_t largeHeapSize = 16 * 1024 * 1024;
 static const size_t smallHeapSize = 512 * 1024;
-#define ENABLE_GC_LOGGING 1
+
 #if ENABLE(GC_LOGGING)
 #if COMPILER(CLANG)
 #define DEFINE_GC_LOGGING_GLOBAL(type, name, arguments) \
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to