Removed JSStackFrame::callee (bug 512029, r=brendan).
This commit is contained in:
@@ -735,7 +735,6 @@ js_NewGenerator(JSContext *cx, JSStackFrame *fp)
|
||||
|
||||
/* Copy call-invariant script and function references. */
|
||||
gen->frame.script = fp->script;
|
||||
gen->frame.callee = fp->callee;
|
||||
gen->frame.fun = fp->fun;
|
||||
|
||||
/* Use slots to carve space out of gen->slots. */
|
||||
|
||||
Reference in New Issue
Block a user