Changeset 50791 in webkit for trunk/JavaScriptCore
- Timestamp:
- Nov 10, 2009, 11:30:06 PM (16 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r50790 r50791 1 2009-11-10 Geoffrey Garen <[email protected]> 2 3 Linux build fix: Added an #include for UINT_MAX. 4 5 * runtime/WeakRandom.h: 6 1 7 2009-11-10 Geoffrey Garen <[email protected]> 2 8 -
trunk/JavaScriptCore/runtime/WeakRandom.h
r50789 r50791 51 51 #define WeakRandom_h 52 52 53 #include <limits.h> 53 54 #include <wtf/StdLibExtras.h> 54 55
Note:
See TracChangeset
for help on using the changeset viewer.