Changeset 96831 in webkit for trunk/Source/JavaScriptCore/runtime/JSCell.h
- Timestamp:
- Oct 6, 2011, 10:42:50 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSCell.h
r96673 r96831 320 320 { 321 321 #if ENABLE(GC_VALIDATION) 322 ASSERT(sizeof(T) == T::s_info.cellSize); 322 323 ASSERT(!heap.globalData()->isInitializingObject()); 323 324 heap.globalData()->setInitializingObject(true);
Note:
See TracChangeset
for help on using the changeset viewer.