Changeset 31560 in webkit for trunk/JavaScriptCore/wtf/ThreadingGtk.cpp
- Timestamp:
- Apr 1, 2008, 11:38:32 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/ThreadingGtk.cpp
r30851 r31560 31 31 #include "Threading.h" 32 32 33 #include "HashMap.h" 33 #include <wtf/HashMap.h> 34 #include <wtf/MathExtras.h> 34 35 35 36 #include <glib.h> … … 45 46 ASSERT(!atomicallyInitializedStaticMutex); 46 47 atomicallyInitializedStaticMutex = new Mutex; 48 wtf_random_init(); 47 49 } 48 50 ASSERT(g_thread_supported());
Note:
See TracChangeset
for help on using the changeset viewer.