Changeset 32799 in webkit for trunk/JavaScriptCore
- Timestamp:
- May 1, 2008, 10:48:24 PM (17 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r32789 r32799 1 2008-05-01 Ada Chan <[email protected]> 2 3 #include <wtf/StrHash.h> in identifier.cpp. 4 5 Reviewed by Maciej. 6 7 * kjs/identifier.cpp: 8 1 9 2008-05-01 Steve Falkenburg <[email protected]> 2 10 -
trunk/JavaScriptCore/kjs/identifier.cpp
r32760 r32799 29 29 #include <wtf/FastMalloc.h> 30 30 #include <wtf/HashSet.h> 31 //#include <wtf/StrHash.h>31 #include <wtf/StrHash.h> 32 32 #if USE(MULTIPLE_THREADS) 33 33 #include <wtf/ThreadSpecific.h>
Note:
See TracChangeset
for help on using the changeset viewer.