| Index: src/factory.h
|
| diff --git a/src/factory.h b/src/factory.h
|
| index a0d056da2eaa1e3bd8d246aaebde126024a690d1..ae7bccbf13b1004d52c8fb40b50b0eb1fefc4265 100644
|
| --- a/src/factory.h
|
| +++ b/src/factory.h
|
| @@ -602,12 +602,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,
|
|
|