Changeset 57318 in webkit for trunk/JavaScriptCore/wtf/FastMalloc.cpp
- Timestamp:
- Apr 9, 2010, 1:36:31 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/FastMalloc.cpp
r56066 r57318 1432 1432 1433 1433 #if !HAVE(DISPATCH_H) 1434 static NO_RETURN void* runScavengerThread(void*);1434 static NO_RETURN_WITH_VALUE void* runScavengerThread(void*); 1435 1435 NO_RETURN void scavengerThread(); 1436 1436
Note:
See TracChangeset
for help on using the changeset viewer.