Changeset 71375 in webkit for trunk/JavaScriptCore/runtime/JSString.h
- Timestamp:
- Nov 4, 2010, 6:16:27 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSString.h
r70749 r71375 217 217 , m_fiberCount(1) 218 218 { 219 m_other.m_fibers[0] = rope. releaseRef();219 m_other.m_fibers[0] = rope.leakRef(); 220 220 } 221 221 // This constructor constructs a new string by concatenating s1 & s2.
Note:
See TracChangeset
for help on using the changeset viewer.