Changeset 24843 in webkit for trunk/JavaScriptCore/kjs/collector.cpp
- Timestamp:
- Aug 3, 2007, 9:21:44 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/collector.cpp
r24715 r24843 46 46 #include <mach/vm_map.h> 47 47 48 #include "CollectorHeapIntrospector.h" 49 48 50 #elif PLATFORM(WIN_OS) 49 51 … … 404 406 if (!onMainThread()) 405 407 WTF::fastMallocSetIsMultiThreaded(); 408 #if PLATFORM(DARWIN) 409 else 410 CollectorHeapIntrospector::init(&heap); 411 #endif 412 406 413 Collector::Thread *thread = new Collector::Thread(pthread_self(), getCurrentPlatformThread()); 407 414
Note:
See TracChangeset
for help on using the changeset viewer.