| Index: src/compiler/ast-graph-builder.h
|
| diff --git a/src/compiler/ast-graph-builder.h b/src/compiler/ast-graph-builder.h
|
| index 33c8f1208baa70b284049d437a57aabc75d26918..15f9230fa018d7a19e567779aa6a1bba62c33394 100644
|
| --- a/src/compiler/ast-graph-builder.h
|
| +++ b/src/compiler/ast-graph-builder.h
|
| @@ -25,7 +25,7 @@ class Graph;
|
| // of function inlining.
|
| class AstGraphBuilder : public StructuredGraphBuilder, public AstVisitor {
|
| public:
|
| - AstGraphBuilder(CompilationInfo* info, JSGraph* jsgraph);
|
| + AstGraphBuilder(Zone* local_zone, CompilationInfo* info, JSGraph* jsgraph);
|
|
|
| // Creates a graph by visiting the entire AST.
|
| bool CreateGraph();
|
|
|