| Index: src/type-feedback-vector.h
|
| diff --git a/src/type-feedback-vector.h b/src/type-feedback-vector.h
|
| index bd5e8c44058620d4dcb35adf28a7f38feca13ca2..509db99c35dd99b55e10f9c9bf9b6f263bcdd1b0 100644
|
| --- a/src/type-feedback-vector.h
|
| +++ b/src/type-feedback-vector.h
|
| @@ -248,7 +248,7 @@ class TypeFeedbackVector : public FixedArray {
|
| static const int kReservedIndexCount = 2;
|
|
|
| inline void ComputeCounts(int* with_type_info, int* generic,
|
| - bool code_is_interpreted);
|
| + int* vector_ic_count, bool code_is_interpreted);
|
|
|
| inline bool is_empty() const;
|
|
|
|
|