Index: src/ic/x87/ic-x87.cc |
diff --git a/src/ic/x87/ic-x87.cc b/src/ic/x87/ic-x87.cc |
index 53e7a5ca0c7eaf05212bb006eef78c3cf99b7e1d..5cba69e992d0002cf1e79f4fced68e74af639e6f 100644 |
--- a/src/ic/x87/ic-x87.cc |
+++ b/src/ic/x87/ic-x87.cc |
@@ -341,7 +341,7 @@ void KeyedLoadIC::GenerateMegamorphic(MacroAssembler* masm, |
Handle<TypeFeedbackVector> dummy_vector = |
TypeFeedbackVector::DummyVector(isolate); |
int slot = dummy_vector->GetIndex( |
- FeedbackVectorICSlot(TypeFeedbackVector::kDummyKeyedLoadICSlot)); |
+ FeedbackVectorSlot(TypeFeedbackVector::kDummyKeyedLoadICSlot)); |
__ push(Immediate(Smi::FromInt(slot))); |
__ push(Immediate(dummy_vector)); |
@@ -569,7 +569,7 @@ void KeyedStoreIC::GenerateMegamorphic(MacroAssembler* masm, |
Handle<TypeFeedbackVector> dummy_vector = |
TypeFeedbackVector::DummyVector(masm->isolate()); |
int slot = dummy_vector->GetIndex( |
- FeedbackVectorICSlot(TypeFeedbackVector::kDummyKeyedStoreICSlot)); |
+ FeedbackVectorSlot(TypeFeedbackVector::kDummyKeyedStoreICSlot)); |
__ push(Immediate(Smi::FromInt(slot))); |
__ push(Immediate(dummy_vector)); |
} |