diff options
Diffstat (limited to 'Userland/Libraries/LibJS/Runtime/Intl/Locale.h')
-rw-r--r-- | Userland/Libraries/LibJS/Runtime/Intl/Locale.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Libraries/LibJS/Runtime/Intl/Locale.h b/Userland/Libraries/LibJS/Runtime/Intl/Locale.h index 70017ae1ce..32d230e439 100644 --- a/Userland/Libraries/LibJS/Runtime/Intl/Locale.h +++ b/Userland/Libraries/LibJS/Runtime/Intl/Locale.h @@ -21,7 +21,7 @@ class Locale final : public Object { JS_OBJECT(Locale, Object); public: - static Locale* create(GlobalObject&, Unicode::LocaleID const&); + static Locale* create(Realm&, Unicode::LocaleID const&); static constexpr auto relevant_extension_keys() { |