Changeset 34416 in webkit for trunk/JavaScriptCore/kjs
- Timestamp:
- Jun 7, 2008, 3:20:31 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/JSGlobalData.h
r34412 r34416 31 31 32 32 #include "list.h" 33 #include "ustring.h" 33 34 #include <wtf/HashCountedSet.h> 34 35 #include <wtf/HashSet.h> … … 50 51 class UString; 51 52 struct HashTable; 52 struct UString::Rep;53 53 54 54 // This serves as a bottleneck for accessing per-thread data structures.
Note:
See TracChangeset
for help on using the changeset viewer.