| Index: src/ic/ic-inl.h
|
| diff --git a/src/ic/ic-inl.h b/src/ic/ic-inl.h
|
| index bce3c1206d32e1441c1f155356353ce271795b88..646b73d64146eea72fcf1f80c602d03922fe3e8e 100644
|
| --- a/src/ic/ic-inl.h
|
| +++ b/src/ic/ic-inl.h
|
| @@ -60,6 +60,7 @@ void IC::SetTargetAtAddress(Address address, Code* target,
|
| DCHECK(!target->is_inline_cache_stub() ||
|
| (target->kind() != Code::LOAD_IC &&
|
| target->kind() != Code::KEYED_LOAD_IC &&
|
| + target->kind() != Code::CALL_IC &&
|
| (!FLAG_vector_stores || (target->kind() != Code::STORE_IC &&
|
| target->kind() != Code::KEYED_STORE_IC))));
|
|
|
|
|