Index: src/ic/ic-state.cc |
diff --git a/src/ic/ic-state.cc b/src/ic/ic-state.cc |
index 5a17bc8688c77514d1ed2865675524d31f75ba06..1304e1fa1731c3321410876e4df00ed5acc7f378 100644 |
--- a/src/ic/ic-state.cc |
+++ b/src/ic/ic-state.cc |
@@ -19,8 +19,8 @@ void ICUtility::Clear(Isolate* isolate, Address address, |
// static |
void ICUtility::Clear(Isolate* isolate, Code::Kind kind, Code* host, |
- TypeFeedbackVector* vector, FeedbackVectorICSlot slot) { |
- IC::Clear(isolate, kind, host, vector, slot); |
+ FeedbackNexus* nexus) { |
+ IC::Clear(isolate, kind, host, nexus); |
} |