| Index: src/interpreter/bytecode-generator.h
|
| diff --git a/src/interpreter/bytecode-generator.h b/src/interpreter/bytecode-generator.h
|
| index 8e1d1f4ec42aa9e56ad3dcc1da9817e103b9b547..1a8b157c04d8b10d46dbdb849daea31856138a36 100644
|
| --- a/src/interpreter/bytecode-generator.h
|
| +++ b/src/interpreter/bytecode-generator.h
|
| @@ -33,7 +33,7 @@ class BytecodeGenerator final : public AstVisitor<BytecodeGenerator> {
|
|
|
| // Visiting function for declarations list and statements are overridden.
|
| void VisitDeclarations(ZoneList<Declaration*>* declarations);
|
| - void VisitStatements(ZoneList<Statement*>* statments);
|
| + void VisitStatements(ZoneChunkList<Statement*>* statments);
|
|
|
| private:
|
| class ContextScope;
|
|
|