Index: src/compiler/js-inlining.cc |
diff --git a/src/compiler/js-inlining.cc b/src/compiler/js-inlining.cc |
index f4e6d4018e707634c70e183d584028d88dcd6822..bab3308cb86deb9c74a28d89bafce93b8a2f350e 100644 |
--- a/src/compiler/js-inlining.cc |
+++ b/src/compiler/js-inlining.cc |
@@ -409,7 +409,7 @@ void JSInliner::TryInlineJSCall(Node* call_node) { |
JSGraph jsgraph(&graph, jsgraph_->common(), jsgraph_->javascript(), |
jsgraph_->machine()); |
- AstGraphBuilder graph_builder(&info, &jsgraph); |
+ AstGraphBuilder graph_builder(local_zone_, &info, &jsgraph); |
graph_builder.CreateGraph(); |
Inlinee::UnifyReturn(&jsgraph); |