Index: src/compiler/graph-builder.cc |
diff --git a/src/compiler/graph-builder.cc b/src/compiler/graph-builder.cc |
index 9fa7a02754c127de38f2a3a7de8911fc2126b62e..4457ba095e70a24cced0e55f534be9ca67005bb9 100644 |
--- a/src/compiler/graph-builder.cc |
+++ b/src/compiler/graph-builder.cc |
@@ -17,9 +17,10 @@ namespace internal { |
namespace compiler { |
-StructuredGraphBuilder::StructuredGraphBuilder(Zone* local_zone, Graph* graph, |
+StructuredGraphBuilder::StructuredGraphBuilder(Isolate* isolate, |
+ Zone* local_zone, Graph* graph, |
CommonOperatorBuilder* common) |
- : GraphBuilder(graph), |
+ : GraphBuilder(isolate, graph), |
common_(common), |
environment_(NULL), |
local_zone_(local_zone), |