Bug 1159540 - Organize and comment the marking paths; r=sfink

This commit is contained in:
Terrence Cole
2015-04-29 10:23:24 -07:00
parent 2bf9c1408f
commit c0c8018818
16 changed files with 1357 additions and 1329 deletions

View File

@@ -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 {