| Index: src/compiler/node.cc
|
| diff --git a/src/compiler/node.cc b/src/compiler/node.cc
|
| index be635177871363901f5a147c7673adcb6df531ed..9a12fe88c67de05921a4b14ae63d049f85053df0 100644
|
| --- a/src/compiler/node.cc
|
| +++ b/src/compiler/node.cc
|
| @@ -11,8 +11,7 @@ namespace internal {
|
| namespace compiler {
|
|
|
| Node::Node(Graph* graph, int input_count, int reserve_input_count)
|
| - : NodeData(graph->zone()),
|
| - input_count_(input_count),
|
| + : input_count_(input_count),
|
| reserve_input_count_(reserve_input_count),
|
| has_appendable_inputs_(false),
|
| use_count_(0),
|
|
|