| Index: src/type-info.cc
|
| diff --git a/src/type-info.cc b/src/type-info.cc
|
| index 0e23341a445191a97d8f370a57dd4ade7d6e7fbe..51885d5efa82be9b8bc0964c1ef5553c09e6fda0 100644
|
| --- a/src/type-info.cc
|
| +++ b/src/type-info.cc
|
| @@ -279,7 +279,7 @@ void TypeFeedbackOracle::BinaryType(TypeFeedbackId id,
|
| DCHECK(op < BinaryOpICState::FIRST_TOKEN ||
|
| op > BinaryOpICState::LAST_TOKEN);
|
| *left = *right = *result = Type::None(zone());
|
| - *fixed_right_arg = Maybe<int>();
|
| + *fixed_right_arg = Nothing<int>();
|
| *allocation_site = Handle<AllocationSite>::null();
|
| return;
|
| }
|
|
|