| Index: src/interpreter/bytecode-array-builder.cc
|
| diff --git a/src/interpreter/bytecode-array-builder.cc b/src/interpreter/bytecode-array-builder.cc
|
| index be4142bf1925e4564ac466bfc688efc9eefee8d4..652c32d35dbcc48b3696d5e828daa941b0537b3f 100644
|
| --- a/src/interpreter/bytecode-array-builder.cc
|
| +++ b/src/interpreter/bytecode-array-builder.cc
|
| @@ -586,8 +586,8 @@ BytecodeArrayBuilder& BytecodeArrayBuilder::StoreKeyedProperty(
|
| }
|
|
|
| BytecodeArrayBuilder& BytecodeArrayBuilder::CreateClosure(size_t entry,
|
| - int flags) {
|
| - OutputCreateClosure(entry, flags);
|
| + int slot, int flags) {
|
| + OutputCreateClosure(entry, slot, flags);
|
| return *this;
|
| }
|
|
|
|
|