Index: src/compiler/node.h |
diff --git a/src/compiler/node.h b/src/compiler/node.h |
index ddca510a0e902c2a00c6bd43abbfca26bec0e491..bba639034b0d5ca70a740592d009a720ec77bc58 100644 |
--- a/src/compiler/node.h |
+++ b/src/compiler/node.h |
@@ -54,7 +54,8 @@ class Node : public GenericNode<NodeData, Node> { |
void Initialize(Operator* op) { set_op(op); } |
- void CollectProjections(int projection_count, Node** projections); |
+ void CollectProjections( |
+ std::vector<Node*, zone_allocator<Node*> >* projections); |
Node* FindProjection(int32_t projection_index); |
}; |