Changeset 50608 in webkit for trunk/JavaScriptCore/runtime/InitializeThreading.cpp
- Timestamp:
- Nov 6, 2009, 3:33:17 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/InitializeThreading.cpp
r50591 r50608 52 52 #if ENABLE(JSC_MULTIPLE_THREADS) 53 53 s_dtoaP5Mutex = new Mutex; 54 WTF::initializeDates();54 initializeDates(); 55 55 #endif 56 56 }
Note:
See TracChangeset
for help on using the changeset viewer.