[Webkit-unassigned] [Bug 249104] New: [css-grid] GridMasonryLayout::addItemsToFirstTrack remove unnecessary nullptr check

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 11 11:53:42 PST 2022


https://bugs.webkit.org/show_bug.cgi?id=249104

            Bug ID: 249104
           Summary: [css-grid] GridMasonryLayout::addItemsToFirstTrack
                    remove unnecessary nullptr check
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: sgill26 at apple.com

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

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20221211/38762071/attachment.htm>


More information about the webkit-unassigned mailing list