Index: src/hydrogen.cc |
diff --git a/src/hydrogen.cc b/src/hydrogen.cc |
index 1268927252bb618c74e5466d1754e8b91bcaa201..12205967b4bd1225663f0c9642f0d2cb35127009 100644 |
--- a/src/hydrogen.cc |
+++ b/src/hydrogen.cc |
@@ -3581,7 +3581,7 @@ HOptimizedGraphBuilder::HOptimizedGraphBuilder(CompilationInfo* info) |
// constructor for the initial state relies on function_state_ == NULL |
// to know it's the initial state. |
function_state_ = &initial_function_state_; |
- InitializeAstVisitor(info->isolate(), info->zone()); |
+ InitializeAstVisitor(info->isolate()); |
if (top_info()->is_tracking_positions()) { |
SetSourcePosition(info->shared_info()->start_position()); |
} |