Changeset 95510 in webkit for trunk/Source/JavaScriptCore/API/APIShims.h
- Timestamp:
- Sep 19, 2011, 8:35:49 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/API/APIShims.h
r80995 r95510 41 41 { 42 42 UNUSED_PARAM(registerThread); 43 #if ENABLE(JSC_MULTIPLE_THREADS)44 43 if (registerThread) 45 44 globalData->heap.machineThreads().addCurrentThread(); 46 #endif47 45 m_globalData->heap.activityCallback()->synchronize(); 48 46 m_globalData->timeoutChecker.start();
Note:
See TracChangeset
for help on using the changeset viewer.