Index: src/full-codegen/full-codegen.cc |
diff --git a/src/full-codegen/full-codegen.cc b/src/full-codegen/full-codegen.cc |
index 063f3167939e156484ae3c500ca022e6a87f7c9c..d7e95fbbec57c3f111202a7c376cfa7a652be3d5 100644 |
--- a/src/full-codegen/full-codegen.cc |
+++ b/src/full-codegen/full-codegen.cc |
@@ -163,7 +163,7 @@ bool FullCodeGenerator::MustCreateArrayLiteralWithRuntime( |
void FullCodeGenerator::Initialize() { |
- InitializeAstVisitor(info_->isolate(), info_->zone()); |
+ InitializeAstVisitor(info_->isolate()); |
// The generation of debug code must match between the snapshot code and the |
// code that is generated later. This is assumed by the debugger when it is |
// calculating PC offsets after generating a debug version of code. Therefore |