Index: src/compiler/js-inlining.cc |
diff --git a/src/compiler/js-inlining.cc b/src/compiler/js-inlining.cc |
index 58e5a276ccc24dd64bd313ae9983b8c04aec99bb..1d83d6909f52d922e5c27a5729b8276c8acc1fcd 100644 |
--- a/src/compiler/js-inlining.cc |
+++ b/src/compiler/js-inlining.cc |
@@ -530,7 +530,7 @@ Reduction JSInliner::ReduceJSCall(Node* node, Handle<JSFunction> function) { |
// Run the BytecodeGraphBuilder to create the subgraph. |
Graph::SubgraphScope scope(graph()); |
BytecodeGraphBuilder graph_builder(&zone, &info, jsgraph(), |
- call.frequency()); |
+ call.frequency(), nullptr); |
graph_builder.CreateGraph(); |
// Extract the inlinee start/end nodes. |