s/JS_FALSE/NULL/ in return value in JSParseNode* method. sr=me

This commit is contained in:
jst%mozilla.jstenback.com 2005-01-12 19:59:54 +00:00
parent 0472c0073e
commit d813e46363

View File

@ -3237,7 +3237,7 @@ XMLAtomNode(JSContext *cx, JSTokenStream *ts, JSTreeContext *tc)
pn = NewParseNode(cx, ts, PN_NULLARY, tc);
if (!pn)
return JS_FALSE;
return NULL;
tp = &CURRENT_TOKEN(ts);
pn->pn_op = tp->t_op;
pn->pn_atom = tp->t_atom;