зеркало из https://github.com/mozilla/gecko-dev.git
Hotfix for bug 495563.
This commit is contained in:
Родитель
e20ee11907
Коммит
45aa142470
|
@ -6690,7 +6690,7 @@ TraceRecorder::getThis(LIns*& this_ins)
|
|||
/*
|
||||
* js_ComputeThisForFrame updates cx->fp->argv[-1], so sample it into 'original' first.
|
||||
*/
|
||||
jsval original = cx->fp->argv[-1];
|
||||
jsval original = cx->fp->callee ? cx->fp->argv[-1] : JSVAL_NULL;
|
||||
JSObject* thisObj = js_ComputeThisForFrame(cx, cx->fp);
|
||||
if (!thisObj)
|
||||
ABORT_TRACE_ERROR("js_ComputeThisForName failed");
|
||||
|
|
Загрузка…
Ссылка в новой задаче