| Index: src/full-codegen/full-codegen.h
|
| diff --git a/src/full-codegen/full-codegen.h b/src/full-codegen/full-codegen.h
|
| index 26ad37aff8086c763c92a29e32e77889828ebd95..88bd90b19ef95fc714dfbc506e0e259534299910 100644
|
| --- a/src/full-codegen/full-codegen.h
|
| +++ b/src/full-codegen/full-codegen.h
|
| @@ -443,8 +443,7 @@
|
|
|
| // Platform-specific support for allocating a new closure based on
|
| // the given function info.
|
| - void EmitNewClosure(Handle<SharedFunctionInfo> info, FeedbackVectorSlot slot,
|
| - bool pretenure);
|
| + void EmitNewClosure(Handle<SharedFunctionInfo> info, bool pretenure);
|
|
|
| // Re-usable portions of CallRuntime
|
| void EmitLoadJSRuntimeFunction(CallRuntime* expr);
|
|
|