Chromium Code Reviews| Index: src/ic/ic.h |
| diff --git a/src/ic/ic.h b/src/ic/ic.h |
| index 6fdae8967ec815917248731c7cdf8b409341b02b..daca7da3aa7882e4e5e7812d4469fe053d937d17 100644 |
| --- a/src/ic/ic.h |
| +++ b/src/ic/ic.h |
| @@ -88,7 +88,7 @@ class IC { |
| static void Clear(Isolate* isolate, Address address, |
| ConstantPoolArray* constant_pool); |
| -#ifdef DEBUG |
| +#if DCHECK_IS_ON |
| bool IsLoadStub() const { |
| return target()->is_load_stub() || target()->is_keyed_load_stub(); |
| } |