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