Index: src/compiler/js-operator.cc |
diff --git a/src/compiler/js-operator.cc b/src/compiler/js-operator.cc |
index 72f5e8d15bd4a295ebcabeec6946f5b826db79ae..5a7fc63ea0284ee18f47e2b3aef0f9ee9c108beb 100644 |
--- a/src/compiler/js-operator.cc |
+++ b/src/compiler/js-operator.cc |
@@ -20,7 +20,7 @@ VectorSlotPair::VectorSlotPair() {} |
int VectorSlotPair::index() const { |
- return vector_.is_null() ? -1 : vector_->GetIndex(slot_); |
+ return vector_.is_null() ? -1 : TypeFeedbackVector::GetIndex(slot_); |
} |