[parsing] Fix a comment.

R=adamk@chromium.org
BUG=
NOTRY=true
NOTREECHECKS=true

Review-Url: https://codereview.chromium.org/2634313002
Cr-Commit-Position: refs/heads/master@{#42438}
This commit is contained in:
neis 2017-01-18 01:06:15 -08:00 committed by Commit bot
parent cbb7145221
commit 98dbae7903

View File

@ -4234,7 +4234,7 @@ void Parser::SetFunctionName(Expression* value, const AstRawString* name) {
// const kReturn = 1;
// const kThrow = 2;
//
// let input = function.sent;
// let input = undefined;
// let mode = kNext;
// let output = undefined;
//