| Index: src/interpreter/bytecode-array-builder.h
|
| diff --git a/src/interpreter/bytecode-array-builder.h b/src/interpreter/bytecode-array-builder.h
|
| index 0fb1f84b0dbccc38e843bab0e7b85bd54a25041f..1783eb9949b9f8de1b438f6344a5972a2dabca4a 100644
|
| --- a/src/interpreter/bytecode-array-builder.h
|
| +++ b/src/interpreter/bytecode-array-builder.h
|
| @@ -161,7 +161,7 @@ class V8_EXPORT_PRIVATE BytecodeArrayBuilder final
|
|
|
| // Create a new closure for a SharedFunctionInfo which will be inserted at
|
| // constant pool index |entry|.
|
| - BytecodeArrayBuilder& CreateClosure(size_t entry, int flags);
|
| + BytecodeArrayBuilder& CreateClosure(size_t entry, int slot, int flags);
|
|
|
| // Create a new local context for a |scope_info| and a closure which should be
|
| // in the accumulator.
|
|
|