mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-12 06:52:25 +00:00
Fully initialize the newly-created parse node. bug 352271, r=brendan
This commit is contained in:
parent
60d105a0c2
commit
276b585a76
@ -4251,6 +4251,9 @@ MemberExpr(JSContext *cx, JSTokenStream *ts, JSTreeContext *tc,
|
||||
pn2->pn_arity = PN_UNARY;
|
||||
pn2->pn_kid = pn;
|
||||
pn2->pn_next = NULL;
|
||||
#if JS_HAS_XML_SUPPORT
|
||||
pn2->pn_ts = ts;
|
||||
#endif
|
||||
pn = pn2;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user