No bug - Fix merge conflict on a CLOSED TREE. r=red

This commit is contained in:
Jan de Mooij 2013-04-03 18:09:26 +02:00
Родитель 66a7bbac51
Коммит 3b2e03ce16
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -4617,7 +4617,7 @@ DoGetIntrinsicFallback(JSContext *cx, BaselineFrame *frame, ICGetIntrinsic_Fallb
JS_ASSERT(op == JSOP_GETINTRINSIC || op == JSOP_CALLINTRINSIC);
if (!GetIntrinsicOperation(cx, script, pc, res))
if (!GetIntrinsicOperation(cx, pc, res))
return false;
// An intrinsic operation will always produce the same result, so only