| Index: src/transitions.h
|
| diff --git a/src/transitions.h b/src/transitions.h
|
| index c5f9a30018a16cf02006c49a9cedb644ac3e7986..be805ffa37ca68b518ebae6c5295303d2b2c0407 100644
|
| --- a/src/transitions.h
|
| +++ b/src/transitions.h
|
| @@ -163,7 +163,7 @@ class TransitionArray: public FixedArray {
|
| void PrintTransitions(std::ostream& os, bool print_header = true); // NOLINT
|
| #endif
|
|
|
| -#ifdef DEBUG
|
| +#if DCHECK_IS_ON
|
| bool IsSortedNoDuplicates(int valid_entries = -1);
|
| bool IsConsistentWithBackPointers(Map* current_map);
|
| bool IsEqualTo(TransitionArray* other);
|
|
|