Index: src/interpreter/bytecode-array-builder.h |
diff --git a/src/interpreter/bytecode-array-builder.h b/src/interpreter/bytecode-array-builder.h |
index dbb90bd8694c3ddc9703ad92bad6fcf92ffd9bfd..b0ca11709cafbd27d96e56a140c5fa6441b8d4b9 100644 |
--- a/src/interpreter/bytecode-array-builder.h |
+++ b/src/interpreter/bytecode-array-builder.h |
@@ -190,7 +190,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 |