| Index: src/compiler/js-type-feedback.cc
|
| diff --git a/src/compiler/js-type-feedback.cc b/src/compiler/js-type-feedback.cc
|
| index 193feb61dedffdbfd945003b8ba63fc058da769b..22ebf480c76f3191ccab90f397ae4be9c6abfdd6 100644
|
| --- a/src/compiler/js-type-feedback.cc
|
| +++ b/src/compiler/js-type-feedback.cc
|
| @@ -362,7 +362,7 @@ Node* JSTypeFeedbackSpecializer::GetFrameStateBefore(Node* node) {
|
| if (count == 2) {
|
| Node* frame_state = NodeProperties::GetFrameStateInput(node, 1);
|
| if (frame_state->opcode() == IrOpcode::kFrameState) {
|
| - BailoutId id = OpParameter<FrameStateCallInfo>(node).bailout_id();
|
| + BailoutId id = OpParameter<FrameStateInfo>(node).bailout_id();
|
| if (id != BailoutId::None()) return frame_state;
|
| }
|
| }
|
|
|