Changeset 54795 in webkit for trunk/JavaScriptCore/runtime
- Timestamp:
- Feb 15, 2010, 1:43:27 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/UString.h
r54789 r54795 326 326 }; 327 327 328 inline void sumWithOverflow(unsigned& total, unsigned addend, bool overflow)328 inline void sumWithOverflow(unsigned& total, unsigned addend, bool& overflow) 329 329 { 330 330 unsigned oldTotal = total;
Note:
See TracChangeset
for help on using the changeset viewer.