Index: src/ic/ic-state.h |
diff --git a/src/ic/ic-state.h b/src/ic/ic-state.h |
index b5f58ed211a1800ede1b7c6022409cfa04669797..f35bac3522b6cc26bab8cf27533836f0b5a7bfd2 100644 |
--- a/src/ic/ic-state.h |
+++ b/src/ic/ic-state.h |
@@ -63,6 +63,7 @@ class BinaryOpICState FINAL BASE_EMBEDDED { |
left_kind_(NONE), |
right_kind_(NONE), |
result_kind_(NONE), |
+ fixed_right_arg_(Nothing<int>()), |
isolate_(isolate) { |
DCHECK_LE(FIRST_TOKEN, op); |
DCHECK_LE(op, LAST_TOKEN); |