| Index: src/compiler/ast-graph-builder.cc
|
| diff --git a/src/compiler/ast-graph-builder.cc b/src/compiler/ast-graph-builder.cc
|
| index 4ecbda764bf6402a628459988e4325cf3d61e0c2..265c75707e3af3b0faf6c1e5868c5ecda9e2ed67 100644
|
| --- a/src/compiler/ast-graph-builder.cc
|
| +++ b/src/compiler/ast-graph-builder.cc
|
| @@ -235,7 +235,7 @@ AstGraphBuilder::AstContext::AstContext(AstGraphBuilder* own,
|
| Expression::Context kind)
|
| : kind_(kind), owner_(own), outer_(own->ast_context()) {
|
| owner()->set_ast_context(this); // Push.
|
| -#ifdef DEBUG
|
| +#if DCHECK_IS_ON
|
| original_height_ = environment()->stack_height();
|
| #endif
|
| }
|
|
|