DescriptionFix ASSERT in ListMarkerPainter::paint
The original ASSERT checked against capacity
but StringBuffer can decide to increase that
to 16 when appending characters, which happens
in the testcase. Instead test that the
reversed length equals the original length.
BUG=450603
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=188848
Patch Set 1 #
Messages
Total messages: 10 (4 generated)
|