Index: src/compiler/pipeline.cc |
diff --git a/src/compiler/pipeline.cc b/src/compiler/pipeline.cc |
index f15c3a245146c098e520d0f550fb191572f42f40..af564153df2e03c7e72899a16fda5f58827b8f43 100644 |
--- a/src/compiler/pipeline.cc |
+++ b/src/compiler/pipeline.cc |
@@ -758,7 +758,8 @@ struct GraphBuilderPhase { |
if (data->info()->is_optimizing_from_bytecode()) { |
BytecodeGraphBuilder graph_builder(temp_zone, data->info(), |
- data->jsgraph(), 1.0f); |
+ data->jsgraph(), 1.0f, |
+ data->source_positions()); |
succeeded = graph_builder.CreateGraph(); |
} else { |
AstGraphBuilderWithPositions graph_builder( |