Index: src/interpreter/bytecode-array-builder.h |
diff --git a/src/interpreter/bytecode-array-builder.h b/src/interpreter/bytecode-array-builder.h |
index bb140cffb1d7b209f32ad95347a7edaa52ec68ef..bb8c980ecee2120e5bde463e58e6c01e8460a6a9 100644 |
--- a/src/interpreter/bytecode-array-builder.h |
+++ b/src/interpreter/bytecode-array-builder.h |
@@ -176,7 +176,7 @@ |
// consecutive arguments starting at |first_arg| for the constuctor |
// invocation. |
BytecodeArrayBuilder& New(Register constructor, Register first_arg, |
- size_t arg_count, int feedback_slot); |
+ size_t arg_count); |
// Call the runtime function with |function_id|. The first argument should be |
// in |first_arg| and all subsequent arguments should be in registers |