Changeset 62677 in webkit for trunk/JavaScriptCore/runtime/JSArray.cpp
- Timestamp:
- Jul 7, 2010, 9:53:49 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSArray.cpp
r62432 r62677 848 848 849 849 if (callType == CallTypeJS) 850 tree.abstractor().m_cachedCall .set(new CachedCall(exec, asFunction(compareFunction), 2, exec->exceptionSlot()));850 tree.abstractor().m_cachedCall = adoptPtr(new CachedCall(exec, asFunction(compareFunction), 2, exec->exceptionSlot())); 851 851 852 852 if (!tree.abstractor().m_nodes.begin()) {
Note:
See TracChangeset
for help on using the changeset viewer.