Changeset 45259 in webkit for trunk/JavaScriptCore/runtime/Identifier.cpp
- Timestamp:
- Jun 26, 2009, 3:27:21 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/Identifier.cpp
r44224 r45259 33 33 typedef HashMap<const char*, RefPtr<UString::Rep>, PtrHash<const char*> > LiteralIdentifierTable; 34 34 35 class IdentifierTable {35 class IdentifierTable : public FastAllocBase { 36 36 public: 37 37 ~IdentifierTable()
Note:
See TracChangeset
for help on using the changeset viewer.