Bug 249104
| Summary: | [css-grid] GridMasonryLayout::addItemsToFirstTrack remove unnecessary nullptr check | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Sammy Gill <sgill26> |
| Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Sammy Gill
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/103230303>
Sammy Gill
Pull request: https://github.com/WebKit/WebKit/pull/7455
EWS
Committed 257714@main (3f50a04024eb): <https://commits.webkit.org/257714@main>
Reviewed commits have been landed. Closing PR #7455 and removing active labels.