mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:57:46 +00:00
LibJS: Convert Intl::Segments::create() to NonnullGCPtr
This commit is contained in:
parent
df589bb05b
commit
237402aea9
2 changed files with 3 additions and 3 deletions
|
@ -16,7 +16,7 @@ class Segments final : public Object {
|
|||
JS_OBJECT(Segments, Object);
|
||||
|
||||
public:
|
||||
static Segments* create(Realm&, Segmenter&, Utf16String);
|
||||
static NonnullGCPtr<Segments> create(Realm&, Segmenter&, Utf16String);
|
||||
|
||||
virtual ~Segments() override = default;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue