mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 19:57:44 +00:00
LibJS: Convert Intl::Locale::create() to NonnullGCPtr
This commit is contained in:
parent
81d5bbcb04
commit
b2034c59dc
2 changed files with 3 additions and 3 deletions
|
@ -21,7 +21,7 @@ class Locale final : public Object {
|
|||
JS_OBJECT(Locale, Object);
|
||||
|
||||
public:
|
||||
static Locale* create(Realm&, ::Locale::LocaleID const&);
|
||||
static NonnullGCPtr<Locale> create(Realm&, ::Locale::LocaleID const&);
|
||||
|
||||
static constexpr auto relevant_extension_keys()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue