Changeset 166792 in webkit for trunk/Source/JavaScriptCore/heap/HeapStatistics.cpp
- Timestamp:
- Apr 4, 2014, 10:56:23 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/heap/HeapStatistics.cpp
r165940 r166792 196 196 197 197 JSObject* object = jsCast<JSObject*>(cell); 198 if (hasIndexedProperties(object-> structure()->indexingType()))198 if (hasIndexedProperties(object->indexingType())) 199 199 return; 200 200
Note:
See TracChangeset
for help on using the changeset viewer.