Changeset 42344 in webkit for trunk/JavaScriptCore/wtf/Platform.h
- Timestamp:
- Apr 8, 2009, 6:14:07 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/Platform.h
r42229 r42344 401 401 /* ENABLE macro defaults */ 402 402 403 /* fastMalloc match validation allows for runtime verification that 404 new is matched by delete, fastMalloc is matched by fastFree, etc. */ 405 #if !defined(ENABLE_FAST_MALLOC_MATCH_VALIDATION) 406 #define ENABLE_FAST_MALLOC_MATCH_VALIDATION 0 407 #endif 408 403 409 #if !defined(ENABLE_ICONDATABASE) 404 410 #define ENABLE_ICONDATABASE 1
Note:
See TracChangeset
for help on using the changeset viewer.