bug 579957 - parent as a field in JSObject (relanding after wixing bug 583404). r=lw

This commit is contained in:
Igor Bukanov
2010-07-31 11:54:01 +02:00
parent 56364aa86c
commit d4dd83da0d
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;