Chromium Code Reviews| Index: src/lithium-allocator.h |
| diff --git a/src/lithium-allocator.h b/src/lithium-allocator.h |
| index f63077e19d77a285351173ffe33ef3481b897dd5..34d5102e4351d66ad4ae5e7b147eb49b64e387aa 100644 |
| --- a/src/lithium-allocator.h |
| +++ b/src/lithium-allocator.h |
| @@ -549,7 +549,7 @@ class LAllocator BASE_EMBEDDED { |
| // Indicates success or failure during register allocation. |
| bool allocation_ok_; |
| -#ifdef DEBUG |
| +#if DCHECK_IS_ON |
| LifetimePosition allocation_finger_; |
| #endif |