Track js_Invoke API change (24668, r=jband@netscape.com).

This commit is contained in:
brendan%mozilla.org 2000-01-25 04:00:45 +00:00
parent 5e07e43ab6
commit 3d3e8f7bf7

View File

@ -723,7 +723,7 @@ pre_call_clean_up:
}
oldsp = fp->sp;
fp->sp = sp;
success = js_Invoke(cx, argc, JS_FALSE);
success = js_Invoke(cx, argc, JSINVOKE_INTERNAL);
result = fp->sp[-1];
fp->sp = oldsp;
if(oldfp != fp)