Changeset 17372 in webkit for trunk/JavaScriptCore/kjs/value.cpp
- Timestamp:
- Oct 27, 2006, 9:48:28 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/value.cpp
r15325 r17372 111 111 uint32_t i; 112 112 if (getUInt32(i)) 113 return i;113 return static_cast<uint16_t>(i); 114 114 115 115 double d = roundValue(exec, const_cast<JSValue*>(this));
Note:
See TracChangeset
for help on using the changeset viewer.