| Index: src/ast.cc
|
| diff --git a/src/ast.cc b/src/ast.cc
|
| index 481414eb2c2802f0d0922fb6b2f31c8e07361954..843f8c89600d66d5e201064d75643fa6802a04c8 100644
|
| --- a/src/ast.cc
|
| +++ b/src/ast.cc
|
| @@ -627,7 +627,7 @@ void Call::RecordTypeFeedback(TypeFeedbackOracle* oracle,
|
| holder_ = GetPrototypeForPrimitiveCheck(check_type_, oracle->isolate());
|
| receiver_types_.Add(handle(holder_->map()), oracle->zone());
|
| }
|
| -#ifdef DEBUG
|
| +#ifdef ENABLE_SLOW_ASSERTS
|
| if (FLAG_enable_slow_asserts) {
|
| int length = receiver_types_.length();
|
| for (int i = 0; i < length; i++) {
|
|
|