mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 12:49:19 +00:00
LibJS: Update for structured headers added to various Temporal AOs
This is an editorial change in the Temporal spec.
See: e6a15a5
This commit is contained in:
parent
9a3014c91a
commit
70593b7448
Notes:
sideshowbarker
2024-07-17 16:23:55 +09:00
Author: https://github.com/linusg
Commit: 70593b7448
Pull-request: https://github.com/SerenityOS/serenity/pull/13837
Reviewed-by: https://github.com/IdanHo ✅
Reviewed-by: https://github.com/Lubrsi ✅
15 changed files with 64 additions and 69 deletions
|
@ -84,7 +84,7 @@ static Vector<StringView> available_time_zones()
|
|||
|
||||
// 3. For each element name of names, do
|
||||
for (auto name : names) {
|
||||
// a. Assert: ! IsValidTimeZoneName( name ) is true.
|
||||
// a. Assert: IsValidTimeZoneName( name ) is true.
|
||||
// b. Let canonical be ! CanonicalizeTimeZoneName( name ).
|
||||
auto canonical = TimeZone::canonicalize_time_zone(name).value();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue