RESOLVED FIXED 249104
[css-grid] GridMasonryLayout::addItemsToFirstTrack remove unnecessary nullptr check
https://bugs.webkit.org/show_bug.cgi?id=249104
Summary [css-grid] GridMasonryLayout::addItemsToFirstTrack remove unnecessary nullptr...
Sammy Gill
Reported 2022-12-11 11:53:42 PST
GridMasonryLayout::addItemsToFirstTrack iterators over a HashMap that uses raw pointers as keys. The HashMap implementation would not allow this to happen so we can probably remove the check
Attachments
Radar WebKit Bug Importer
Comment 1 2022-12-11 11:54:01 PST
Sammy Gill
Comment 2 2022-12-11 12:03:45 PST
EWS
Comment 3 2022-12-11 21:11:31 PST
Committed 257714@main (3f50a04024eb): <https://commits.webkit.org/257714@main> Reviewed commits have been landed. Closing PR #7455 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.