| Index: src/compiler/js-inlining.cc
|
| diff --git a/src/compiler/js-inlining.cc b/src/compiler/js-inlining.cc
|
| index 32c381f3c6b71c0211daedee6343e0e4e2c756a1..040c721bade799506fe2df8e71004ca0946069f4 100644
|
| --- a/src/compiler/js-inlining.cc
|
| +++ b/src/compiler/js-inlining.cc
|
| @@ -387,8 +387,8 @@ void JSInliner::TryInlineJSCall(Node* call_node) {
|
| }
|
|
|
| Graph graph(info.zone());
|
| - JSGraph jsgraph(&graph, jsgraph_->common(), jsgraph_->javascript(),
|
| - jsgraph_->machine());
|
| + JSGraph jsgraph(info.isolate(), &graph, jsgraph_->common(),
|
| + jsgraph_->javascript(), jsgraph_->machine());
|
|
|
| AstGraphBuilder graph_builder(local_zone_, &info, &jsgraph);
|
| graph_builder.CreateGraph();
|
|
|