Changeset 58911 in webkit for trunk/JavaScriptCore/bytecode/SamplingTool.cpp
- Timestamp:
- May 6, 2010, 3:19:42 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/bytecode/SamplingTool.cpp
r57925 r58911 44 44 void SamplingFlags::sample() 45 45 { 46 uint32_t mask = 1 << 31;46 uint32_t mask = static_cast<uint32_t>(1 << 31); 47 47 unsigned index; 48 48
Note:
See TracChangeset
for help on using the changeset viewer.