From 4edb730036fd39ba07a01d20376129695f204aff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bargull?= Date: Mon, 6 Nov 2023 12:28:17 +0000 Subject: [PATCH] Bug 1856338 - Part 12: Remove fixme comment for spec bug in Duration.p.round. r=sfink Fixed in . Differential Revision: https://phabricator.services.mozilla.com/D189783 --- js/src/builtin/temporal/Duration.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/js/src/builtin/temporal/Duration.cpp b/js/src/builtin/temporal/Duration.cpp index 0aa4db6171f04..68540da60faa7 100644 --- a/js/src/builtin/temporal/Duration.cpp +++ b/js/src/builtin/temporal/Duration.cpp @@ -7665,9 +7665,6 @@ static bool Duration_round(JSContext* cx, const CallArgs& args) { } } - // FIXME: spec issue - `relativeTo` can be undefined, in which case it's not - // valid to test for the presence of internal slots. - // Steps 26-27. TimeDuration balanceResult; if (zonedRelativeTo) {