mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
This adapts our implementation to the editorial change in the temporal proposal: https://github.com/tc39/proposal-temporal/commit/737baf2d The changes to CalendarMethodsRecordLookup had already been implemented, but we had followed the typo in the spec for CalendarMethodsRecordCall. The issue in CalendarMethodsRecordCall hasn't surfaced yet, as the AOs using Calendar Methods Record are currently not passing through a String to represent a Calendar builtin. No change to test-262.