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