| Index: src/compiler/node.h
|
| diff --git a/src/compiler/node.h b/src/compiler/node.h
|
| index ac2f332210b00c4e08a6e6529652fd78d65272c2..2c4c5d31d2f751bad0edeb4cee7a9bc1e3e057a7 100644
|
| --- a/src/compiler/node.h
|
| +++ b/src/compiler/node.h
|
| @@ -58,7 +58,7 @@ class Node FINAL : public GenericNode<NodeData, Node> {
|
| void Kill();
|
|
|
| void CollectProjections(ZoneVector<Node*>* projections);
|
| - Node* FindProjection(int32_t projection_index);
|
| + Node* FindProjection(size_t projection_index);
|
| };
|
|
|
| OStream& operator<<(OStream& os, const Node& n);
|
|
|