| Index: src/interpreter/bytecode-array-builder.cc
|
| diff --git a/src/interpreter/bytecode-array-builder.cc b/src/interpreter/bytecode-array-builder.cc
|
| index 77cb20d3b7065d95324a3fce275657f7407b49f7..f4f444a1864b3f20f017f7e2afcc3b7b67949e2e 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;
|
| }
|
|
|
|
|