[haiku-webkit-commits] r252 - webkit/trunk/JavaScriptCore/wtf

  • From: webkit@xxxxxxxxxxxxxxx
  • To: haiku-webkit-commits@xxxxxxxxxxxxx
  • Date: Mon, 01 Mar 2010 09:58:21 +0000

Author: stippi
Date: Mon Mar  1 09:58:21 2010
New Revision: 252
URL: http://mmlr.dyndns.org/changeset/252

Log:
Sorry, this will trigger a full rebuild. Just thought I'd put this optional
define there, just in case it isn't known. ENABLE_FAST_MALLOC_MATCH_VALIDATION
will enable interesting allocation debugging in the JSC allocator.

Modified:
   webkit/trunk/JavaScriptCore/wtf/Platform.h

Modified: webkit/trunk/JavaScriptCore/wtf/Platform.h
==============================================================================
--- webkit/trunk/JavaScriptCore/wtf/Platform.h  Mon Mar  1 06:50:21 2010        
(r251)
+++ webkit/trunk/JavaScriptCore/wtf/Platform.h  Mon Mar  1 09:58:21 2010        
(r252)
@@ -627,6 +627,7 @@
 #define USE_SYSTEM_MALLOC 1
 #define ENABLE_NETSCAPE_PLUGIN_API 0
 #define ENABLE_ON_FIRST_TEXTAREA_FOCUS_SELECT_ALL 1
+//#define ENABLE_FAST_MALLOC_MATCH_VALIDATION 1
 #endif
 
 #if PLATFORM(BREWMP)

Other related posts:

  • » [haiku-webkit-commits] r252 - webkit/trunk/JavaScriptCore/wtf - webkit