Index: src/parser.h |
diff --git a/src/parser.h b/src/parser.h |
index 1650cba52123278ef9a61affa38e4890ce57ea89..4d4bd31e1e39e096657cd5e0656e42674838b850 100644 |
--- a/src/parser.h |
+++ b/src/parser.h |
@@ -761,7 +761,7 @@ class Parser : public ParserBase<ParserTraits> { |
Statement* body); |
Statement* DesugarLetBindingsInForStatement( |
Scope* inner_scope, ZoneList<const AstRawString*>* names, |
- ForStatement* loop, Statement* init, Expression* cond, Statement* next, |
+ ForStatement* loop, Statement* init, Expression* cond, Expression* next, |
Statement* body, bool* ok); |
FunctionLiteral* ParseFunctionLiteral( |