Changeset 34977 in webkit for trunk/JavaScriptCore/kjs/InitializeThreading.cpp
- Timestamp:
- Jul 3, 2008, 12:44:43 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/InitializeThreading.cpp
r34810 r34977 49 49 #if USE(MULTIPLE_THREADS) 50 50 s_dtoaP5Mutex = new Mutex; 51 JSGlobalData::threadInstance ();51 JSGlobalData::threadInstanceExists(); 52 52 UString::null(); 53 53 initDateMath();
Note:
See TracChangeset
for help on using the changeset viewer.