Changeset 39755 in webkit for trunk/JavaScriptCore/jsc.cpp


Ignore:
Timestamp:
Jan 9, 2009, 12:17:00 PM (17 years ago)
Author:
[email protected]
Message:

2009-01-09 David Levin <[email protected]>

Reviewed by Oliver Hunt.

https://bugs.webkit.org/show_bug.cgi?id=23175

Adjustment to previous patch. Remove call to initilizeThreading from JSGlobalCreate
and fix jsc.cpp instead.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/jsc.cpp

    r39670 r39755  
    293293#endif
    294294
     295    // Initialize JSC before getting JSGlobalData.
     296    JSC::initializeThreading();
     297
    295298    // We can't use destructors in the following code because it uses Windows
    296299    // Structured Exception Handling
     
    449452int jscmain(int argc, char** argv, JSGlobalData* globalData)
    450453{
    451     JSC::initializeThreading();
    452 
    453454    JSLock lock(false);
    454455
Note: See TracChangeset for help on using the changeset viewer.