Index: src/compiler/graph-builder.cc |
diff --git a/src/compiler/graph-builder.cc b/src/compiler/graph-builder.cc |
index 36d62d4c86b157c925c2aad7edcb0ef81f373580..504d25ec2f00fe42801b0a4a12d71fe993ba3f58 100644 |
--- a/src/compiler/graph-builder.cc |
+++ b/src/compiler/graph-builder.cc |
@@ -104,7 +104,7 @@ StructuredGraphBuilder::Environment::Environment( |
: builder_(builder), |
control_dependency_(control_dependency), |
effect_dependency_(control_dependency), |
- values_(NodeVector::allocator_type(zone())) {} |
+ values_(zone()) {} |
StructuredGraphBuilder::Environment::Environment(const Environment& copy) |