mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Back out patch for 493760, chrome mochitests failed.
This commit is contained in:
parent
78e26f90f4
commit
72c8adabdb
@ -3253,7 +3253,7 @@ NoteLValue(JSContext *cx, JSParseNode *pn, JSTreeContext *tc, uintN dflag = PND_
|
||||
* Save the win of PND_INITIALIZED if we can prove 'var x;' and 'x = y'
|
||||
* occur as direct kids of the same block with no forward refs to x.
|
||||
*/
|
||||
if (!(dn->pn_dflags & PND_INITIALIZED) &&
|
||||
if ((dn->pn_dflags & PND_INITIALIZED) &&
|
||||
dn->isBlockChild() &&
|
||||
pn->isBlockChild() &&
|
||||
dn->pn_blockid == pn->pn_blockid &&
|
||||
|
Loading…
Reference in New Issue
Block a user