Index: test/cctest/compiler/simplified-graph-builder.h |
diff --git a/test/cctest/compiler/simplified-graph-builder.h b/test/cctest/compiler/simplified-graph-builder.h |
index 22b7bbf661b29d9bdfde540cdce4bee5f3df0b13..26a265b18ea7226e6284522e434720432b271863 100644 |
--- a/test/cctest/compiler/simplified-graph-builder.h |
+++ b/test/cctest/compiler/simplified-graph-builder.h |
@@ -53,7 +53,7 @@ class SimplifiedGraphBuilder |
} |
// Initialize graph and builder. |
- void Begin(); |
+ void Begin(int num_parameters); |
void Return(Node* value); |