Index: src/ic/ic-state.cc |
diff --git a/src/ic/ic-state.cc b/src/ic/ic-state.cc |
index a38a27a34a291686a596ab0c5272e504e4c0ef52..1c9b7fee23e0cd0537d6e89ad97ea8afb2c5bb68 100644 |
--- a/src/ic/ic-state.cc |
+++ b/src/ic/ic-state.cc |
@@ -45,7 +45,7 @@ STATIC_CONST_MEMBER_DEFINITION const int BinaryOpICState::LAST_TOKEN; |
BinaryOpICState::BinaryOpICState(Isolate* isolate, ExtraICState extra_ic_state) |
- : isolate_(isolate) { |
+ : fixed_right_arg_(Nothing<int>()), isolate_(isolate) { |
op_ = |
static_cast<Token::Value>(FIRST_TOKEN + OpField::decode(extra_ic_state)); |
fixed_right_arg_ = |