| Index: src/compiler/ast-graph-builder.cc
|
| diff --git a/src/compiler/ast-graph-builder.cc b/src/compiler/ast-graph-builder.cc
|
| index aa0efe06539ea7f7ea8eee50fab44266e892af4d..cce143a38d3841189ff19cf3510b1edd8409f0f1 100644
|
| --- a/src/compiler/ast-graph-builder.cc
|
| +++ b/src/compiler/ast-graph-builder.cc
|
| @@ -4,6 +4,7 @@
|
|
|
| #include "src/compiler/ast-graph-builder.h"
|
|
|
| +#include "src/ast/compile-time-value.h"
|
| #include "src/ast/scopes.h"
|
| #include "src/compilation-info.h"
|
| #include "src/compiler.h"
|
| @@ -17,7 +18,6 @@
|
| #include "src/compiler/operator-properties.h"
|
| #include "src/compiler/state-values-utils.h"
|
| #include "src/compiler/type-hint-analyzer.h"
|
| -#include "src/parsing/parser.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|