| Index: src/compiler/register-allocator.h
|
| diff --git a/src/compiler/register-allocator.h b/src/compiler/register-allocator.h
|
| index fe5aa73b28b9bb3cb21abc2201b5d9c8bbd8084a..550c42f6e0f8592b486e7c885ebd795d958be1aa 100644
|
| --- a/src/compiler/register-allocator.h
|
| +++ b/src/compiler/register-allocator.h
|
| @@ -578,7 +578,7 @@ class RegisterAllocator FINAL : public ZoneObject {
|
| // Indicates success or failure during register allocation.
|
| bool allocation_ok_;
|
|
|
| -#ifdef DEBUG
|
| +#if DCHECK_IS_ON
|
| LifetimePosition allocation_finger_;
|
| #endif
|
|
|
|
|