Changeset 49324 in webkit for trunk/JavaScriptCore
- Timestamp:
- Oct 8, 2009, 3:08:08 PM (16 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r49323 r49324 1 2009-10-08 Geoffrey Garen <[email protected]> 2 3 Windows build fix: Added missing #include. 4 5 * runtime/JSGlobalData.h: 6 1 7 2009-10-01 Geoffrey Garen <[email protected]> 2 8 -
trunk/JavaScriptCore/runtime/JSGlobalData.h
r48905 r49324 37 37 #include "NumericStrings.h" 38 38 #include "SmallStrings.h" 39 #include "Structure.h" 39 40 #include "TimeoutChecker.h" 40 41 #include <wtf/Forward.h>
Note:
See TracChangeset
for help on using the changeset viewer.