mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 14:15:30 +00:00
Improve E4X syntax error reporting. r=nnethercote, a=shaver. (relanding in a CLOSED TREE)
This commit is contained in:
parent
79b4ee7847
commit
4acdd015ce
@ -857,6 +857,7 @@ TokenStream::getTokenInternal()
|
||||
c = getChar();
|
||||
} while (JS_ISXMLSPACE(c));
|
||||
ungetChar(c);
|
||||
tp->pos.end.lineno = lineno;
|
||||
tt = TOK_XMLSPACE;
|
||||
goto out;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user