mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 09:58:14 +00:00
LibJS: Convert Intl.getCanonicalLocales() function to ThrowCompletionOr
This commit is contained in:
parent
79bcfa967b
commit
68df9e4dfb
2 changed files with 4 additions and 4 deletions
|
@ -19,7 +19,7 @@ public:
|
|||
virtual ~Intl() override = default;
|
||||
|
||||
private:
|
||||
JS_DECLARE_OLD_NATIVE_FUNCTION(get_canonical_locales);
|
||||
JS_DECLARE_NATIVE_FUNCTION(get_canonical_locales);
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue