Index: src/compiler/graph-unittest.h |
diff --git a/src/compiler/graph-unittest.h b/src/compiler/graph-unittest.h |
index 90266f642b79f6d82a0d3539f8d0a45bc4da006d..761343c0f1b4116d76ed73fea055a276fad53aeb 100644 |
--- a/src/compiler/graph-unittest.h |
+++ b/src/compiler/graph-unittest.h |
@@ -73,7 +73,7 @@ Matcher<Node*> IsPhi(const Matcher<MachineType>& type_matcher, |
const Matcher<Node*>& value0_matcher, |
const Matcher<Node*>& value1_matcher, |
const Matcher<Node*>& merge_matcher); |
-Matcher<Node*> IsProjection(const Matcher<int32_t>& index_matcher, |
+Matcher<Node*> IsProjection(const Matcher<size_t>& index_matcher, |
const Matcher<Node*>& base_matcher); |
Matcher<Node*> IsCall(const Matcher<CallDescriptor*>& descriptor_matcher, |
const Matcher<Node*>& value0_matcher, |