Chromium Code Reviews
Description-webkit-box-ordinal-group cannot exceed the keyspace for a HashSet
HashTables have the capacity of a 32bit int so anything greater than or equal
std::numeric_limits<unsigned>::max() will just overflow to -1 or reference an
unavailable bucket, so cap it to max() - 1.
BUG=700622
Review-Url: https://codereview.chromium.org/2748993003
Cr-Commit-Position: refs/heads/master@{#457981}
Committed: https://chromium.googlesource.com/chromium/src/+/16b1ddb99276778202afb33e762c7d422118f374
Patch Set 1 #
Messages
Total messages: 14 (10 generated)
|
|||||||||||||||||||||||||||||||||||||