| Index: src/interpreter/bytecode-array-builder.h
|
| diff --git a/src/interpreter/bytecode-array-builder.h b/src/interpreter/bytecode-array-builder.h
|
| index 280bb0460acaad6c1d84d3e70595c346883dd28c..b8b8aa85eab1f54cb4f258cc655c3e4ab84e6b36 100644
|
| --- a/src/interpreter/bytecode-array-builder.h
|
| +++ b/src/interpreter/bytecode-array-builder.h
|
| @@ -162,7 +162,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.
|
|
|