Fix GCC warning. Follow-up to bug 552248. r=me.

This commit is contained in:
Nicholas Nethercote 2010-03-16 15:06:04 +11:00
parent 3380cbbffc
commit af2a645261

View File

@ -3060,7 +3060,7 @@ EvalInFrame(JSContext *cx, uintN argc, jsval *vp)
return JS_FALSE;
}
JSStackFrame *oldfp;
JSStackFrame *oldfp = NULL;
if (saveCurrent)
oldfp = JS_SaveFrameChain(cx);