| Index: src/full-codegen/full-codegen.h
|
| diff --git a/src/full-codegen/full-codegen.h b/src/full-codegen/full-codegen.h
|
| index 3f0d4cbfb39dfff52683c62c2d97b879c265315c..fbcf6c3a397457a6b36d7cf23fff8505dc207403 100644
|
| --- a/src/full-codegen/full-codegen.h
|
| +++ b/src/full-codegen/full-codegen.h
|
| @@ -441,7 +441,8 @@ class FullCodeGenerator final : public AstVisitor<FullCodeGenerator> {
|
|
|
| // Platform-specific support for allocating a new closure based on
|
| // the given function info.
|
| - void EmitNewClosure(Handle<SharedFunctionInfo> info, bool pretenure);
|
| + void EmitNewClosure(Handle<SharedFunctionInfo> info, FeedbackVectorSlot slot,
|
| + bool pretenure);
|
|
|
| // Re-usable portions of CallRuntime
|
| void EmitLoadJSRuntimeFunction(CallRuntime* expr);
|
|
|