| Index: src/interpreter/bytecode-array-builder.cc
|
| diff --git a/src/interpreter/bytecode-array-builder.cc b/src/interpreter/bytecode-array-builder.cc
|
| index dfc5d183e0e782d01be5082857e91d8e9f52e869..a090a8926170add4ea0d0c6dbbb82be64e62c8ef 100644
|
| --- a/src/interpreter/bytecode-array-builder.cc
|
| +++ b/src/interpreter/bytecode-array-builder.cc
|
| @@ -574,8 +574,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;
|
| }
|
|
|
|
|