Changeset 95511 in webkit for trunk/Source/JavaScriptCore/wtf/ThreadingWin.cpp
- Timestamp:
- Sep 19, 2011, 8:55:29 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/wtf/ThreadingWin.cpp
r94452 r95511 173 173 initializeRandomNumberGenerator(); 174 174 wtfThreadData(); 175 #if ENABLE(WTF_MULTIPLE_THREADS)176 175 s_dtoaP5Mutex = new Mutex; 177 176 initializeDates(); 178 #endif179 180 177 } 181 178
Note:
See TracChangeset
for help on using the changeset viewer.