| Index: src/factory.h
|
| diff --git a/src/factory.h b/src/factory.h
|
| index aef69b0b086049399046cbabb511b193e31d7c50..0736dfd8694e6afa5fb69006d18efc41556c8302 100644
|
| --- a/src/factory.h
|
| +++ b/src/factory.h
|
| @@ -78,9 +78,8 @@ class V8_EXPORT_PRIVATE Factory final {
|
| // Create a new PromiseResolveThenableJobInfo struct.
|
| Handle<PromiseResolveThenableJobInfo> NewPromiseResolveThenableJobInfo(
|
| Handle<JSReceiver> thenable, Handle<JSReceiver> then,
|
| - Handle<JSFunction> resolve, Handle<JSFunction> reject,
|
| - Handle<Object> debug_id, Handle<Object> debug_name,
|
| - Handle<Context> context);
|
| + Handle<JSFunction> resolve, Handle<JSFunction> reject, int debug_id,
|
| + int debug_name, Handle<Context> context);
|
|
|
| // Create a new PrototypeInfo struct.
|
| Handle<PrototypeInfo> NewPrototypeInfo();
|
|
|