Bug 1159540 - Organize and comment the marking paths; r=sfink
This commit is contained in:
@@ -4087,7 +4087,7 @@ JSObject::traceChildren(JSTracer* trc)
|
||||
{
|
||||
GetObjectSlotNameFunctor func(nobj);
|
||||
JS::AutoTracingDetails ctx(trc, func);
|
||||
MarkObjectSlots(trc, nobj, 0, nobj->slotSpan());
|
||||
TraceObjectSlots(trc, nobj, 0, nobj->slotSpan());
|
||||
}
|
||||
|
||||
do {
|
||||
|
||||
Reference in New Issue
Block a user