Bug 413241: fixing bogus assertion in Statements() from jsparse.c. r=brendan,mrbkap a=brendan

This commit is contained in:
igor@mir2.org 2008-01-20 12:55:42 -08:00
parent 108d35d59d
commit 84985132e6

View File

@ -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;