Index: src/type-feedback-vector-inl.h |
diff --git a/src/type-feedback-vector-inl.h b/src/type-feedback-vector-inl.h |
index 4812ca50899393129418150f20df780ea9701d70..1509a08738a83e7e0b14d11f41d2500654f296ca 100644 |
--- a/src/type-feedback-vector-inl.h |
+++ b/src/type-feedback-vector-inl.h |
@@ -77,9 +77,7 @@ TypeFeedbackMetadata* TypeFeedbackVector::metadata() const { |
: TypeFeedbackMetadata::cast(get(kMetadataIndex)); |
} |
- |
-// Conversion from an integer index to either a slot or an ic slot. The caller |
-// should know what kind she expects. |
+// Conversion from an integer index to either a slot or an ic slot. |
// static |
FeedbackVectorSlot TypeFeedbackVector::ToSlot(int index) { |
DCHECK(index >= kReservedIndexCount); |