Index: src/full-codegen/full-codegen.h |
diff --git a/src/full-codegen/full-codegen.h b/src/full-codegen/full-codegen.h |
index bedca3d682d246b00f2cd173669b12addf246a83..558dae18ddd45d68e7a77cee76eda6f6fbc718cf 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(); |