mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:17:35 +00:00
LibJS: Convert Set::create() to NonnullGCPtr
This commit is contained in:
parent
9946e9e874
commit
1c8b700248
3 changed files with 5 additions and 5 deletions
|
@ -17,7 +17,7 @@ class Set : public Object {
|
|||
JS_OBJECT(Set, Object);
|
||||
|
||||
public:
|
||||
static Set* create(Realm&);
|
||||
static NonnullGCPtr<Set> create(Realm&);
|
||||
|
||||
virtual void initialize(Realm&) override;
|
||||
virtual ~Set() override = default;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue