If lookupProperty fails, recording is already aborted (567068, r=luke).

This commit is contained in:
Andreas Gal 2010-05-24 14:20:19 -07:00
parent 827b329995
commit edb127f3b4

View File

@ -14014,7 +14014,7 @@ TraceRecorder::record_JSOP_IN()
if (!localtm.recorder) { if (!localtm.recorder) {
if (prop) if (prop)
obj2->dropProperty(localcx, prop); obj2->dropProperty(localcx, prop);
return ARECORD_STOP; return ARECORD_ABORTED;
} }
if (!ok) if (!ok)