Changeset 53221 in webkit for trunk/JavaScriptCore/runtime/UStringImpl.cpp
- Timestamp:
- Jan 13, 2010, 5:20:52 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/UStringImpl.cpp
r52856 r53221 60 60 } 61 61 62 void UStringImpl::destroy()62 UStringImpl::~UStringImpl() 63 63 { 64 64 ASSERT(!isStatic()); … … 78 78 } 79 79 } 80 81 delete this;82 80 } 83 81
Note:
See TracChangeset
for help on using the changeset viewer.