| Index: src/interpreter/bytecode-array-builder.h
|
| diff --git a/src/interpreter/bytecode-array-builder.h b/src/interpreter/bytecode-array-builder.h
|
| index 82b0e3e5ec11020ebcbcc1c350dcf0b7b946f42e..c2568eb8e6612d18acf9cdc1ecbc8c01c1f5f89d 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.
|
|
|