Changeset 10654 in webkit for trunk/JavaScriptCore
- Timestamp:
- Sep 28, 2005, 3:27:39 PM (20 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r10653 r10654 1 2005-09-28 Maciej Stachowiak <[email protected]> 2 3 Patch from George Staikos, reviewed by me. 4 5 - fixed some compile issues on Linux 6 7 * kjs/property_slot.h: 8 * kjs/simple_number.h: 9 1 10 2005-09-27 Maciej Stachowiak <[email protected]> 2 11 -
trunk/JavaScriptCore/kjs/property_slot.h
r10556 r10654 109 109 } 110 110 111 #endif _KJS_PROPERTY_SLOT_H_111 #endif // KJS_PROPERTY_SLOT_H -
trunk/JavaScriptCore/kjs/simple_number.h
r10597 r10654 25 25 #include <float.h> 26 26 #include <math.h> 27 #include <stdint.h> 27 28 #include <string.h> 28 29
Note:
See TracChangeset
for help on using the changeset viewer.