Changeset 39755 in webkit for trunk/JavaScriptCore/jsc.cpp
- Timestamp:
- Jan 9, 2009, 12:17:00 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/jsc.cpp
r39670 r39755 293 293 #endif 294 294 295 // Initialize JSC before getting JSGlobalData. 296 JSC::initializeThreading(); 297 295 298 // We can't use destructors in the following code because it uses Windows 296 299 // Structured Exception Handling … … 449 452 int jscmain(int argc, char** argv, JSGlobalData* globalData) 450 453 { 451 JSC::initializeThreading();452 453 454 JSLock lock(false); 454 455
Note:
See TracChangeset
for help on using the changeset viewer.