Changeset 166852 in webkit for trunk/Source/JavaScriptCore/runtime/JSGlobalObject.cpp
- Timestamp:
- Apr 6, 2014, 1:20:12 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSGlobalObject.cpp
r166792 r166852 819 819 else if (cursor.isReplaying()) { 820 820 if (SetRandomSeed* input = cursor.fetchInput<SetRandomSeed>()) 821 m_weakRandom.initializeSeed( input->randomSeed());821 m_weakRandom.initializeSeed(static_cast<unsigned>(input->randomSeed())); 822 822 } 823 823 }
Note:
See TracChangeset
for help on using the changeset viewer.