| Index: src/interpreter/interpreter-assembler.cc
|
| diff --git a/src/interpreter/interpreter-assembler.cc b/src/interpreter/interpreter-assembler.cc
|
| index 28f33f5990b96d38e7427723b12bfe703546542c..15bcbe047a194c31f1d522d0d1f9a5fa5d23a596 100644
|
| --- a/src/interpreter/interpreter-assembler.cc
|
| +++ b/src/interpreter/interpreter-assembler.cc
|
| @@ -1174,8 +1174,8 @@ Node* InterpreterAssembler::TruncateTaggedToWord32WithFeedback(
|
| // We do not require an Or with earlier feedback here because once we
|
| // convert the value to a number, we cannot reach this path. We can
|
| // only reach this path on the first pass when the feedback is kNone.
|
| - Assert(Word32Equal(var_type_feedback->value(),
|
| - Int32Constant(BinaryOperationFeedback::kNone)));
|
| + CSA_ASSERT(Word32Equal(var_type_feedback->value(),
|
| + Int32Constant(BinaryOperationFeedback::kNone)));
|
|
|
| Label if_valueisoddball(this),
|
| if_valueisnotoddball(this, Label::kDeferred);
|
|
|