| Index: src/compiler/bytecode-graph-builder.cc
|
| diff --git a/src/compiler/bytecode-graph-builder.cc b/src/compiler/bytecode-graph-builder.cc
|
| index 5981fa789f0a91b8653c173fcfd16327ac1e7c6b..50cc15c2a9b5869d825bc89f38ff44dcbac51489 100644
|
| --- a/src/compiler/bytecode-graph-builder.cc
|
| +++ b/src/compiler/bytecode-graph-builder.cc
|
| @@ -436,7 +436,7 @@ BytecodeGraphBuilder::BytecodeGraphBuilder(Zone* local_zone,
|
| bytecode_array_(handle(info->shared_info()->bytecode_array())),
|
| exception_handler_table_(
|
| handle(HandlerTable::cast(bytecode_array()->handler_table()))),
|
| - feedback_vector_(handle(info->shared_info()->feedback_vector())),
|
| + feedback_vector_(handle(info->closure()->feedback_vector())),
|
| frame_state_function_info_(common()->CreateFrameStateFunctionInfo(
|
| FrameStateType::kInterpretedFunction,
|
| bytecode_array()->parameter_count(),
|
|
|