| Index: src/factory.h
|
| diff --git a/src/factory.h b/src/factory.h
|
| index 01823a38fb62b6a0ee47c2f9774c545090c7fff4..5a7d36fbfad22efe5e86497608b6cbe3e44c5136 100644
|
| --- a/src/factory.h
|
| +++ b/src/factory.h
|
| @@ -736,8 +736,8 @@ class V8_EXPORT_PRIVATE Factory final {
|
|
|
| // Allocates a new SharedFunctionInfo object.
|
| Handle<SharedFunctionInfo> NewSharedFunctionInfo(
|
| - Handle<String> name, int number_of_literals, FunctionKind kind,
|
| - Handle<Code> code, Handle<ScopeInfo> scope_info);
|
| + Handle<String> name, FunctionKind kind, Handle<Code> code,
|
| + Handle<ScopeInfo> scope_info);
|
| Handle<SharedFunctionInfo> NewSharedFunctionInfo(Handle<String> name,
|
| MaybeHandle<Code> code,
|
| bool is_constructor);
|
|
|