RESOLVED FIXED 263604
Change ExpressionRangeInfo's divot, startOffset, and endOffset to be of type unsigned.
https://bugs.webkit.org/show_bug.cgi?id=263604
Summary Change ExpressionRangeInfo's divot, startOffset, and endOffset to be of type ...
Mark Lam
Reported 2023-10-24 11:43:27 PDT
They are currently type int. However, they were always stored and actually ever populated with positive integer values (i.e. unsigned). We should make it clear that they are meant to contain unsigned values.
Attachments
Radar WebKit Bug Importer
Comment 1 2023-10-24 11:43:49 PDT
Mark Lam
Comment 2 2023-10-24 11:51:17 PDT
EWS
Comment 3 2023-10-24 15:48:18 PDT
Committed 269738@main (dd31388a0aef): <https://commits.webkit.org/269738@main> Reviewed commits have been landed. Closing PR #19503 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.