Changeset 34810 in webkit for trunk/JavaScriptCore/kjs/JSGlobalData.h
- Timestamp:
- Jun 26, 2008, 11:59:26 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/JSGlobalData.h
r34792 r34810 73 73 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. 74 74 75 // Tracked object sets are transient, only needed when parsing.76 75 HashSet<ParserRefCounted*>* newParserObjects; 77 76 HashCountedSet<ParserRefCounted*>* parserObjectExtraRefCounts;
Note:
See TracChangeset
for help on using the changeset viewer.