mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 413241: fixing bogus assertion in Statements() from jsparse.c. r=brendan,mrbkap a=brendan
This commit is contained in:
parent
108d35d59d
commit
84985132e6
@ -1453,7 +1453,6 @@ Statements(JSContext *cx, JSTokenStream *ts, JSTreeContext *tc)
|
||||
|
||||
CHECK_RECURSION();
|
||||
|
||||
JS_ASSERT(CURRENT_TOKEN(ts).type == TOK_LC);
|
||||
pn = NewParseNode(cx, ts, PN_LIST, tc);
|
||||
if (!pn)
|
||||
return NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user