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