Index: src/compiler/node-aux-data-inl.h |
diff --git a/src/compiler/node-aux-data-inl.h b/src/compiler/node-aux-data-inl.h |
index 679320ab6f9dc3e25d7261f74635f383d6ee18cf..79f1abfe95fac5140f0646148315efc3b3da27d2 100644 |
--- a/src/compiler/node-aux-data-inl.h |
+++ b/src/compiler/node-aux-data-inl.h |
@@ -15,7 +15,7 @@ namespace compiler { |
template <class T> |
NodeAuxData<T>::NodeAuxData(Zone* zone) |
- : aux_data_(ZoneAllocator(zone)) {} |
+ : aux_data_(zone) {} |
template <class T> |