| Index: src/compiler/pipeline.cc
|
| diff --git a/src/compiler/pipeline.cc b/src/compiler/pipeline.cc
|
| index 306479c1c1c611c5183a1b6495672b23ac7bbeec..724b90c709ae9cf8aab8c4be76420fedbd56c5eb 100644
|
| --- a/src/compiler/pipeline.cc
|
| +++ b/src/compiler/pipeline.cc
|
| @@ -792,7 +792,8 @@ struct GraphBuilderPhase {
|
| temp_zone, data->info()->shared_info(),
|
| handle(data->info()->closure()->feedback_vector()),
|
| data->info()->osr_ast_id(), data->jsgraph(), CallFrequency(1.0f),
|
| - data->source_positions(), SourcePosition::kNotInlined, flags);
|
| + data->source_positions(), data->native_context(),
|
| + data->info()->dependencies(), SourcePosition::kNotInlined, flags);
|
| graph_builder.CreateGraph();
|
| } else {
|
| // AST-based graph builder assumes deoptimization is disabled.
|
|
|