Index: src/full-codegen/full-codegen.h |
diff --git a/src/full-codegen/full-codegen.h b/src/full-codegen/full-codegen.h |
index 88bd90b19ef95fc714dfbc506e0e259534299910..26ad37aff8086c763c92a29e32e77889828ebd95 100644 |
--- a/src/full-codegen/full-codegen.h |
+++ b/src/full-codegen/full-codegen.h |
@@ -443,7 +443,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); |