Index: src/ic/ic.h |
diff --git a/src/ic/ic.h b/src/ic/ic.h |
index b88fe68b7edf7d148cc1c4472e7e392c897c79f7..7e3b17095e8366a9998d34d488e3d80d50ce312e 100644 |
--- a/src/ic/ic.h |
+++ b/src/ic/ic.h |
@@ -210,7 +210,7 @@ class IC { |
inline void UpdateTarget(); |
Handle<TypeFeedbackVector> vector() const { return nexus()->vector_handle(); } |
- FeedbackVectorICSlot slot() const { return nexus()->slot(); } |
+ FeedbackVectorSlot slot() const { return nexus()->slot(); } |
State saved_state() const { |
return state() == PROTOTYPE_FAILURE ? old_state_ : state(); |
} |