Skip to content

Commit

Permalink
Bug 1856338 - Part 12: Remove fixme comment for spec bug in Duration.…
Browse files Browse the repository at this point in the history
…p.round. r=sfink

Fixed in <tc39/proposal-temporal#2659>.

Differential Revision: https://phabricator.services.mozilla.com/D189783
  • Loading branch information
anba committed Nov 6, 2023
1 parent 8ac4ec7 commit 4edb730
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions js/src/builtin/temporal/Duration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 4edb730

Please sign in to comment.