Changeset 174455 in webkit for trunk/Source/JavaScriptCore/bytecode
- Timestamp:
- Oct 8, 2014, 9:18:03 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/bytecode/Watchpoint.h
r172129 r174455 290 290 static uintptr_t encodeState(WatchpointState state) 291 291 { 292 return (stat e<< StateShift) | IsThinFlag;292 return (static_cast<uintptr_t>(state) << StateShift) | IsThinFlag; 293 293 } 294 294
Note:
See TracChangeset
for help on using the changeset viewer.