Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Editorial: AdjustDateDurationRecord in NudgeToDayOrTime is infallible
Quoting Anba: days is either zero or roundedWholeDays. When zero, AdjustDateDurationRecord is trivially infallible. When roundedWholeDays, it's also infallible, because roundedWholeDays is truncate(DivideTimeDuration(roundedNorm, nsPerDay)) and roundedNorm is a valid time duration. Closes: #3033
- Loading branch information