Index: src/compiler/bytecode-graph-builder.h |
diff --git a/src/compiler/bytecode-graph-builder.h b/src/compiler/bytecode-graph-builder.h |
index 4bae34e3d96f4ff604c7bd805d9efcd1ba47590d..221fd12038a7e279bff679d9e2092a2a2ab78948 100644 |
--- a/src/compiler/bytecode-graph-builder.h |
+++ b/src/compiler/bytecode-graph-builder.h |
@@ -121,7 +121,7 @@ class BytecodeGraphBuilder { |
void BuildCreateRegExpLiteral(); |
void BuildCreateArrayLiteral(); |
void BuildCreateObjectLiteral(); |
- void BuildCreateArguments(CreateArgumentsParameters::Type type, int index); |
+ void BuildCreateArguments(CreateArgumentsType type); |
void BuildLoadGlobal(TypeofMode typeof_mode); |
void BuildStoreGlobal(); |
void BuildNamedLoad(); |