зеркало из https://github.com/mozilla/gecko-dev.git
Bug 679593 - Null out JSScript (r=dmandelin)
This commit is contained in:
Родитель
819202d000
Коммит
077a6e9492
|
@ -2482,6 +2482,7 @@ js_CloneFunctionObject(JSContext *cx, JSFunction *fun, JSObject *parent,
|
||||||
JS_ASSERT(script->compartment != cx->compartment);
|
JS_ASSERT(script->compartment != cx->compartment);
|
||||||
JS_OPT_ASSERT(script->ownerObject == fun);
|
JS_OPT_ASSERT(script->ownerObject == fun);
|
||||||
|
|
||||||
|
cfun->u.i.script = NULL;
|
||||||
JSScript *cscript = js_CloneScript(cx, script);
|
JSScript *cscript = js_CloneScript(cx, script);
|
||||||
if (!cscript)
|
if (!cscript)
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче