Index: src/parser.cc |
diff --git a/src/parser.cc b/src/parser.cc |
index f1b64aa7f429d1f22a874154278a14f759b801fb..42be09a2d4895ff4b44d28e73166088347f9221e 100644 |
--- a/src/parser.cc |
+++ b/src/parser.cc |
@@ -2077,7 +2077,7 @@ Block* Parser::ParseScopedBlock(ZoneList<const AstRawString*>* labels, |
// The harmony mode uses block elements instead of statements. |
// |
// Block :: |
- // '{' BlockElement* '}' |
+ // '{' StatementList '}' |
// Construct block expecting 16 statements. |
Block* body = |