mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:37:35 +00:00
LibJS: Convert WeakSet::create() to NonnullGCPtr
This commit is contained in:
parent
cac71a6847
commit
54ebf71da2
2 changed files with 3 additions and 3 deletions
|
@ -19,7 +19,7 @@ class WeakSet final
|
|||
JS_OBJECT(WeakSet, Object);
|
||||
|
||||
public:
|
||||
static WeakSet* create(Realm&);
|
||||
static NonnullGCPtr<WeakSet> create(Realm&);
|
||||
|
||||
virtual ~WeakSet() override = default;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue