Index: src/compiler/js-inlining.cc |
diff --git a/src/compiler/js-inlining.cc b/src/compiler/js-inlining.cc |
index 5e868e9bd1ee9310f7e9c757c9c0bff34a0bf2c4..8762a975876b54ac9f337a92b0ae487f1aefd265 100644 |
--- a/src/compiler/js-inlining.cc |
+++ b/src/compiler/js-inlining.cc |
@@ -410,8 +410,7 @@ void JSInliner::TryInlineCall(Node* call_node) { |
} |
Graph graph(info.zone()); |
- Typer typer(info.zone()); |
- JSGraph jsgraph(&graph, jsgraph_->common(), jsgraph_->javascript(), &typer, |
+ JSGraph jsgraph(&graph, jsgraph_->common(), jsgraph_->javascript(), |
jsgraph_->machine()); |
AstGraphBuilder graph_builder(&info, &jsgraph); |