Index: src/ic/ic.h |
diff --git a/src/ic/ic.h b/src/ic/ic.h |
index 3abc4b6e4fe153cc661b3d62bd435fbe963f395f..a3265d70b9aedd7f548006cc8e0de3bbc3646c9c 100644 |
--- a/src/ic/ic.h |
+++ b/src/ic/ic.h |
@@ -143,9 +143,7 @@ class IC { |
State old_state, State new_state, |
bool target_remains_ic_stub); |
// As a vector-based IC, type feedback must be updated differently. |
- static void OnTypeFeedbackChanged(Isolate* isolate, Code* host, |
- TypeFeedbackVector* vector, State old_state, |
- State new_state); |
+ static void OnTypeFeedbackChanged(Isolate* isolate, Code* host); |
static void PostPatching(Address address, Code* target, Code* old_target); |
// Compute the handler either by compiling or by retrieving a cached version. |