Changeset 52956 in webkit for trunk/JavaScriptCore/runtime/JSArray.cpp
- Timestamp:
- Jan 7, 2010, 4:15:05 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSArray.cpp
r52082 r52956 186 186 JSArray::~JSArray() 187 187 { 188 ASSERT(vptr() == JSGlobalData::jsArrayVPtr); 188 189 checkConsistency(DestructorConsistencyCheck); 189 190
Note:
See TracChangeset
for help on using the changeset viewer.