mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 07:18:39 +09:00
Issue #2046 - Follow-up: Fix debug assert using old chars definition.
This commit is contained in:
parent
439c671b26
commit
fa014f9e95
1 changed files with 1 additions and 1 deletions
|
|
@ -839,7 +839,7 @@ intl_FormatNumberToParts(JSContext* cx, UNumberFormat* nf, double x, MutableHand
|
|||
partIndex++;
|
||||
} while (true);
|
||||
|
||||
MOZ_ASSERT(lastEndIndex == chars.length(),
|
||||
MOZ_ASSERT(lastEndIndex == overallResult->length(),
|
||||
"result array must partition the entire string");
|
||||
|
||||
result.setObject(*partsArray);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue