Changeset 76248 in webkit for trunk/Source/JavaScriptCore/wtf/WTFThreadData.h
- Timestamp:
- Jan 20, 2011, 8:30:54 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/wtf/WTFThreadData.h
r75011 r76248 53 53 typedef HashMap<const char*, RefPtr<StringImpl>, PtrHash<const char*> > LiteralIdentifierTable; 54 54 55 class IdentifierTable : public FastAllocBase { 55 class IdentifierTable { 56 WTF_MAKE_FAST_ALLOCATED; 56 57 public: 57 58 ~IdentifierTable(); … … 86 87 typedef void (*AtomicStringTableDestructor)(AtomicStringTable*); 87 88 88 class WTFThreadData : public Noncopyable { 89 class WTFThreadData { 90 WTF_MAKE_NONCOPYABLE(WTFThreadData); 89 91 public: 90 92 WTFThreadData();
Note:
See TracChangeset
for help on using the changeset viewer.