mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-06 00:31:27 +00:00
Track js_Invoke API change (24668, r=jband@netscape.com).
This commit is contained in:
parent
5e07e43ab6
commit
3d3e8f7bf7
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user