Backout a seemingly problematic line of cset d8c2060b0f9b.

This commit is contained in:
Graydon Hoare 2009-04-24 23:13:27 -07:00
parent bb4177dccd
commit 9188f47f3a

View File

@ -5822,7 +5822,6 @@ js_TraceObject(JSTracer *trc, JSObject *obj)
shape = js_RegenerateShapeForGC(cx);
}
js_LeaveTraceIfGlobalObject(cx, scope->object);
scope->shape = shape;
}