Changeset 149921 in webkit for trunk/Source/JavaScriptCore/jit/JIT.cpp
- Timestamp:
- May 10, 2013, 6:27:03 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jit/JIT.cpp
r149418 r149921 91 91 , m_jumpTargetsPosition(0) 92 92 #endif 93 #if USE(OS_RANDOMNESS)94 93 , m_randomGenerator(cryptographicallyRandomNumber()) 95 #else96 , m_randomGenerator(static_cast<unsigned>(randomNumber() * 0xFFFFFFF))97 #endif98 94 #if ENABLE(VALUE_PROFILER) 99 95 , m_canBeOptimized(false)
Note:
See TracChangeset
for help on using the changeset viewer.