mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-03 04:52:06 +02:00
The key_ops vector is pre-sized with ensure_capacity(), so bounds-checked append() is unnecessary here. Switch to unchecked_append() to avoid redundant checks. This change was suggested in a previous pull request #7563. Add some typo and wrong comment.