| Index: src/factory.h
|
| diff --git a/src/factory.h b/src/factory.h
|
| index 6c575ba5104f42978f044ea798b18e1dc13f9686..8e5405fc1b012b0a671e16c8218dd7be2584bec7 100644
|
| --- a/src/factory.h
|
| +++ b/src/factory.h
|
| @@ -599,12 +599,12 @@ class V8_EXPORT_PRIVATE Factory final {
|
|
|
| Handle<JSFunction> NewFunctionFromSharedFunctionInfo(
|
| Handle<Map> initial_map, Handle<SharedFunctionInfo> function_info,
|
| - Handle<Object> context_or_undefined, Handle<LiteralsArray> literals,
|
| + Handle<Object> context_or_undefined, Handle<TypeFeedbackVector> vector,
|
| PretenureFlag pretenure = TENURED);
|
|
|
| Handle<JSFunction> NewFunctionFromSharedFunctionInfo(
|
| Handle<SharedFunctionInfo> function_info, Handle<Context> context,
|
| - Handle<LiteralsArray> literals, PretenureFlag pretenure = TENURED);
|
| + Handle<TypeFeedbackVector> vector, PretenureFlag pretenure = TENURED);
|
|
|
| Handle<JSFunction> NewFunctionFromSharedFunctionInfo(
|
| Handle<Map> initial_map, Handle<SharedFunctionInfo> function_info,
|
|
|