Changeset 124355 in webkit for trunk/Source/JavaScriptCore/heap/WeakSetInlines.h
- Timestamp:
- Aug 1, 2012, 12:24:58 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/heap/WeakSetInlines.h
r118616 r124355 50 50 if (!weakHandleOwner) 51 51 return; 52 #if !ASSERT_DISABLED || ENABLE(GC_VALIDATION)53 weakImpl->jsValue().asCell()->clearStructure();54 #endif55 52 weakHandleOwner->finalize(Handle<Unknown>::wrapSlot(&const_cast<JSValue&>(weakImpl->jsValue())), weakImpl->context()); 56 53 }
Note:
See TracChangeset
for help on using the changeset viewer.