Index: src/compiler.cc |
diff --git a/src/compiler.cc b/src/compiler.cc |
index 53e2fd3a7bf2e2c95ed30d1afeda0a5d6c1d63f2..3b821ca983065ddc61b677cb1858723025ee3a16 100644 |
--- a/src/compiler.cc |
+++ b/src/compiler.cc |
@@ -1799,7 +1799,7 @@ bool CompilationPhase::ShouldProduceTraceOutput() const { |
#if DEBUG |
void CompilationInfo::PrintAstForTesting() { |
PrintF("--- Source from AST ---\n%s\n", |
- PrettyPrinter(isolate(), zone()).PrintProgram(literal())); |
+ PrettyPrinter(isolate()).PrintProgram(literal())); |
} |
#endif |
} // namespace internal |