When processing callees in the sampling profiler a cell payload can be 0xFFFFFFFF, which becomes -1 in 32bit systems, causing an assertion to fail in HashTable<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>::checkKey(const T& key) when it compares the key to its default deletedValue (-1).
Pull request: https://github.com/WebKit/WebKit/pull/5109
Committed 255332@main (55fce2d2fa0f): <https://commits.webkit.org/255332@main> Reviewed commits have been landed. Closing PR #5109 and removing active labels.
<rdar://problem/100965275>