Index: src/ic/ic-state.h |
diff --git a/src/ic/ic-state.h b/src/ic/ic-state.h |
index e1d33f867855b108153261e2e05236e08dcf86e3..9b99cbbfe8abe29d75b2052f7b2cb132689f58be 100644 |
--- a/src/ic/ic-state.h |
+++ b/src/ic/ic-state.h |
@@ -193,9 +193,10 @@ class CompareICState { |
static const char* GetStateName(CompareICState::State state); |
- static State TargetState(State old_state, State old_left, State old_right, |
- Token::Value op, bool has_inlined_smi_code, |
- Handle<Object> x, Handle<Object> y); |
+ static State TargetState(Isolate* isolate, State old_state, State old_left, |
+ State old_right, Token::Value op, |
+ bool has_inlined_smi_code, Handle<Object> x, |
+ Handle<Object> y); |
}; |