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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user