| Index: src/full-codegen/full-codegen.h
|
| diff --git a/src/full-codegen/full-codegen.h b/src/full-codegen/full-codegen.h
|
| index a06d9a5f7eafa1f4b63a82b4f2b321b614c16e7b..23de8d815da86edda5f71d82db23be76776def36 100644
|
| --- a/src/full-codegen/full-codegen.h
|
| +++ b/src/full-codegen/full-codegen.h
|
| @@ -354,7 +354,7 @@ class FullCodeGenerator final : public AstVisitor<FullCodeGenerator> {
|
|
|
| void VisitInDuplicateContext(Expression* expr);
|
|
|
| - void VisitDeclarations(ZoneList<Declaration*>* declarations);
|
| + void VisitDeclarations(Declaration::List* declarations);
|
| void DeclareGlobals(Handle<FixedArray> pairs);
|
| int DeclareGlobalsFlags();
|
|
|
|
|