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