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