Attention needed from Antonio Sartori and Caroline Rising
Tim Eulitz added 1 comment![Open in Gerrit]()
Patchset-level comments
File-level comment, Patchset 2 (Latest):Tim Eulitz .
resolvedA bit of context for this fix: We ran into a crash on startup while running a local debug build of CEF. It turns out this particular lambda violated the strict weak ordering requirement for std::sort (comparing an item to itself returned true). Release builds seem to silently survive it but libc++ debug assertions catch it and intentionally crash. Adding this equivalence check to return false for identical IDs fixes it.
Open in GerritRelated details
Attention is currently required from:
- Antonio Sartori
- Caroline Rising
Gerrit-MessageType: comment
Gerrit-Project: chromium/src
Gerrit-Branch: main
Gerrit-Change-Id: I1898eb3062f3121cea79a711895a77b7274557e1
Gerrit-Change-Number: 7776789
Gerrit-PatchSet: 2
Gerrit-Comment-Date: Mon, 20 Apr 2026 01:07:51 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No