| Index: src/compiler/instruction-selector.cc
|
| diff --git a/src/compiler/instruction-selector.cc b/src/compiler/instruction-selector.cc
|
| index 43f5297a941713daeb51d485f8464be0a450b34f..ae9d4c6529e105215eb3c7b64b09c744c69a9673 100644
|
| --- a/src/compiler/instruction-selector.cc
|
| +++ b/src/compiler/instruction-selector.cc
|
| @@ -1052,7 +1052,8 @@ FrameStateDescriptor* InstructionSelector::GetFrameStateDescriptor(
|
|
|
| return new (instruction_zone()) FrameStateDescriptor(
|
| instruction_zone(), state_info.type(), state_info.bailout_id(),
|
| - state_info.state_combine(), parameters, locals, stack, outer_state);
|
| + state_info.state_combine(), parameters, locals, stack,
|
| + state_info.shared_info(), outer_state);
|
| }
|
|
|
|
|
|
|