Changeset 95511 in webkit for trunk/Source/JavaScriptCore/wtf/ThreadingPthreads.cpp
- Timestamp:
- Sep 19, 2011, 8:55:29 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/wtf/ThreadingPthreads.cpp
r94452 r95511 84 84 ThreadIdentifierData::initializeOnce(); 85 85 wtfThreadData(); 86 #if ENABLE(WTF_MULTIPLE_THREADS)87 86 s_dtoaP5Mutex = new Mutex; 88 87 initializeDates(); 89 #endif90 88 } 91 89
Note:
See TracChangeset
for help on using the changeset viewer.