Changeset 427 for trunk/JavaScriptCore/kjs/collector.h
- Timestamp:
- 08/01/08 14:47:24 (5 months ago)
- Files:
-
- trunk/JavaScriptCore/kjs/collector.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/JavaScriptCore/kjs/collector.h
r424 r427 29 29 #include <wtf/OwnPtr.h> 30 30 #include <wtf/Threading.h> 31 #if USE(MULTIPLE_THREADS) 31 32 // This is supremely lame that we require pthreads to build on windows. 33 #if ENABLE(JSC_MULTIPLE_THREADS) 32 34 #include <pthread.h> 33 35 #endif … … 132 134 HashSet<ArgList*>* m_markListSet; 133 135 134 #if USE(MULTIPLE_THREADS)136 #if ENABLE(JSC_MULTIPLE_THREADS) 135 137 static void unregisterThread(void*); 136 138 void unregisterThread();
