Changeset 36006 in webkit for trunk/JavaScriptCore/kjs/JSGlobalData.h
- Timestamp:
- Aug 30, 2008, 11:58:07 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/JSGlobalData.h
r35853 r36006 35 35 #include <wtf/HashSet.h> 36 36 #include <wtf/RefCounted.h> 37 #include "SmallStrings.h" 37 38 38 39 struct OpaqueJSClass; … … 76 77 const ArgList* emptyList; // Lists are supposed to be allocated on the stack to have their elements properly marked, which is not the case here - but this list has nothing to mark. 77 78 79 SmallStrings smallStrings; 80 78 81 HashMap<OpaqueJSClass*, OpaqueJSClassContextData*>* opaqueJSClassData; 79 82
Note:
See TracChangeset
for help on using the changeset viewer.