Changeset 58392 in webkit for trunk/JavaScriptCore/wtf
- Timestamp:
- Apr 28, 2010, 1:55:07 AM (15 years ago)
- Location:
- trunk/JavaScriptCore/wtf/text
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/text/AtomicStringImpl.h
r57904 r58392 30 30 class AtomicStringImpl : public StringImpl 31 31 { 32 public: 33 AtomicStringImpl() : StringImpl(0) {} 32 34 }; 33 35 -
trunk/JavaScriptCore/wtf/text/StringImpl.h
r58286 r58392 70 70 friend struct WTF::UCharBufferTranslator; 71 71 friend struct WTF::HashAndCharactersTranslator; 72 friend class AtomicStringImpl; 72 73 private: 73 74 // Used to construct static strings, which have an special refCount that can never hit zero.
Note:
See TracChangeset
for help on using the changeset viewer.