mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Hackaround for 524826, r=self.
This commit is contained in:
parent
e229e43eb0
commit
c2f07028cb
@ -3261,7 +3261,7 @@ BEGIN_CASE(JSOP_LAMBDA)
|
||||
if (FUN_NULL_CLOSURE(fun)) {
|
||||
parent = fp->scopeChain;
|
||||
|
||||
if (OBJ_GET_PARENT(cx, obj) == parent) {
|
||||
if (0 && OBJ_GET_PARENT(cx, obj) == parent) {
|
||||
op = JSOp(regs.pc[JSOP_LAMBDA_LENGTH]);
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user