This commit is contained in:
Andreas Gal 2008-08-12 23:31:12 -07:00
commit 335fb1edd8

View File

@ -2299,7 +2299,6 @@ TraceRecorder::test_property_cache(JSObject* obj, LIns* obj_ins, JSObject*& obj2
if (!prop) {
// Propagate obj from js_FindPropertyHelper to record_JSOP_BINDNAME
// via our obj2 out-parameter.
JS_ASSERT(aobj == obj);
obj2 = obj;
pcval = PCVAL_NULL;
return true;