mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 10:47:35 +00:00
LibJS: Convert Promise::create() to NonnullGCPtr
This commit is contained in:
parent
ddc6e139a6
commit
a4d85cd522
16 changed files with 26 additions and 26 deletions
|
@ -27,7 +27,7 @@ public:
|
|||
Handle,
|
||||
};
|
||||
|
||||
static Promise* create(Realm&);
|
||||
static NonnullGCPtr<Promise> create(Realm&);
|
||||
|
||||
virtual ~Promise() = default;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue