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

git-svn-id: svn://10.0.0.236/trunk@167625 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jst%mozilla.jstenback.com
2005-01-12 19:59:54 +00:00
parent 982e8ae6ca
commit 577ad284db

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;