Index: src/full-codegen/full-codegen.h |
diff --git a/src/full-codegen/full-codegen.h b/src/full-codegen/full-codegen.h |
index c6f3d18d415267b0ccf4f13847b24bb412b8a01e..1f9c4fbdd33d030141d0e4a1b8e9b962fa0b0cff 100644 |
--- a/src/full-codegen/full-codegen.h |
+++ b/src/full-codegen/full-codegen.h |
@@ -440,7 +440,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); |