Changeset 44504 in webkit for trunk/JavaScriptCore/wtf/FastMalloc.cpp
- Timestamp:
- Jun 8, 2009, 1:47:43 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/FastMalloc.cpp
r43661 r44504 4090 4090 &FastMallocZone::log, &FastMallocZone::forceLock, &FastMallocZone::forceUnlock, &FastMallocZone::statistics 4091 4091 4092 #if !defined(BUILDING_ON_TIGER) && !defined(BUILDING_ON_LEOPARD) 4092 #if !defined(BUILDING_ON_TIGER) && !defined(BUILDING_ON_LEOPARD) && !PLATFORM(IPHONE) 4093 4093 , 0 // zone_locked will not be called on the zone unless it advertises itself as version five or higher. 4094 4094 #endif
Note:
See TracChangeset
for help on using the changeset viewer.