Changeset 75342 in webkit for trunk/Source/JavaScriptCore/API/APIShims.h
- Timestamp:
- Jan 8, 2011, 7:04:42 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/API/APIShims.h
r73223 r75342 40 40 , m_entryIdentifierTable(wtfThreadData().setCurrentIdentifierTable(globalData->identifierTable)) 41 41 { 42 UNUSED_PARAM(registerThread); 43 #if ENABLE(JSC_MULTIPLE_THREADS) 42 44 if (registerThread) 43 globalData->heap.registerThread(); 45 globalData->heap.machineStackMarker().registerThread(); 46 #endif 44 47 m_globalData->heap.activityCallback()->synchronize(); 45 48 m_globalData->timeoutChecker.start();
Note:
See TracChangeset
for help on using the changeset viewer.