Changeset 40169 in webkit for trunk/JavaScriptCore/wtf/FastMalloc.cpp
- Timestamp:
- Jan 23, 2009, 11:40:56 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/FastMalloc.cpp
r40136 r40169 3317 3317 } 3318 3318 3319 // Since cfree isn't used anywhere, we don't compile it in. 3320 #ifndef WTF_CHANGES 3319 3321 #ifndef WTF_CHANGES 3320 3322 extern "C" … … 3326 3328 do_free(ptr); 3327 3329 } 3330 #endif 3328 3331 3329 3332 #ifndef WTF_CHANGES
Note:
See TracChangeset
for help on using the changeset viewer.