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