Bug 488963 - "Assertion failure: cg->lexdeps.lookup(atom), at ../jsemit.cpp" (tachyonal r=mrbkap).

This commit is contained in:
Brendan Eich 2009-04-20 18:46:46 -07:00
parent e1b8077e65
commit af27492080

View File

@ -6147,7 +6147,7 @@ CompExprTransplanter::transplant(JSParseNode *pn)
return NULL;
dn2->pn_type = dn->pn_type;
dn2->pn_pos = dn->pn_pos;
dn2->pn_pos = root->pn_pos;
dn2->pn_defn = true;
dn2->pn_dflags |= PND_FORWARD | PND_PLACEHOLDER;