bug 579957 - parent as a field in JSObject. r=lw

This commit is contained in:
Igor Bukanov
2010-07-29 19:11:27 +02:00
parent df69b50e75
commit 91b5e59230
9 changed files with 21 additions and 47 deletions

View File

@@ -983,7 +983,6 @@ static void
array_trace(JSTracer *trc, JSObject *obj)
{
JS_ASSERT(obj->isDenseArray());
obj->traceProtoAndParent(trc);
if (!obj->dslots)
return;