| Index: src/compiler/ast-graph-builder.h
|
| diff --git a/src/compiler/ast-graph-builder.h b/src/compiler/ast-graph-builder.h
|
| index a2cd26f1b2e12f790c1ee40b176948d36692c66b..04d713a62e2093f3f51e6c1546460584c8810bbc 100644
|
| --- a/src/compiler/ast-graph-builder.h
|
| +++ b/src/compiler/ast-graph-builder.h
|
| @@ -330,7 +330,7 @@ class AstGraphBuilder::AstContext BASE_EMBEDDED {
|
|
|
| // We want to be able to assert, in a context-specific way, that the stack
|
| // height makes sense when the context is filled.
|
| -#ifdef DEBUG
|
| +#if DCHECK_IS_ON
|
| int original_height_;
|
| #endif
|
|
|
|
|