mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
No bug - Fix merge conflict on a CLOSED TREE. r=red
This commit is contained in:
parent
2c3adaae43
commit
7482d9d8cd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user