1
Fork 0
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:
Linus Groh 2022-12-13 20:49:50 +00:00
parent 81d5bbcb04
commit b2034c59dc
2 changed files with 3 additions and 3 deletions

View file

@ -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()
{