Changeset 57055 in webkit for trunk/JavaScriptCore/runtime/UString.cpp
- Timestamp:
- Apr 3, 2010, 11:53:46 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/UString.cpp
r56864 r57055 59 59 60 60 // The null string is immutable, except for refCount. 61 UString::Rep* UString::s_nullRep;62 61 UString* UString::s_nullUString; 63 62 … … 68 67 UStringImpl::empty(); 69 68 70 UString::s_nullRep = new UStringImpl(0, 0, UStringImpl::ConstructStaticString);71 69 UString::s_nullUString = new UString; 72 70 }
Note:
See TracChangeset
for help on using the changeset viewer.