From edb127f3b4ed7c515ea1b8035ffe3d33311e70ae Mon Sep 17 00:00:00 2001 From: Andreas Gal Date: Mon, 24 May 2010 14:20:19 -0700 Subject: [PATCH] If lookupProperty fails, recording is already aborted (567068, r=luke). --- js/src/jstracer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/src/jstracer.cpp b/js/src/jstracer.cpp index 37e6ec30398..c7d00755e7d 100644 --- a/js/src/jstracer.cpp +++ b/js/src/jstracer.cpp @@ -14014,7 +14014,7 @@ TraceRecorder::record_JSOP_IN() if (!localtm.recorder) { if (prop) obj2->dropProperty(localcx, prop); - return ARECORD_STOP; + return ARECORD_ABORTED; } if (!ok)