commit e5e72e2bf3a96bc607933d9eeeae3bf225d31867
parent b31de09df6f4f2cdfbd8a5113f7a0c97e80d1c5a
Author: André Bargull <andre.bargull@gmail.com>
Date: Fri, 28 Nov 2025 07:47:10 +0000
Bug 2002844 - Part 1: Remove comment about spec-bug. r=spidermonkey-reviewers,mgaudet
The spec was updated to ignore `"era"` in <https://github.com/tc39/proposal-temporal/pull/3175>.
Differential Revision: https://phabricator.services.mozilla.com/D274331
Diffstat:
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git a/js/src/builtin/intl/DateTimeFormat.cpp b/js/src/builtin/intl/DateTimeFormat.cpp
@@ -967,10 +967,6 @@ GetDateTimeFormat(const mozilla::intl::DateTimeFormat::ComponentsBag& options,
}
// Steps 13-14.
- //
- // Ignore "era" to workaround a spec bug.
- //
- // FIXME: spec bug - https://github.com/tc39/proposal-temporal/issues/3049
bool anyPresent = options.weekday || options.year || options.month ||
options.day || options.dayPeriod || options.hour ||
options.minute || options.second ||