Files
serenity/Userland/Libraries/LibWeb/HTML/SessionHistoryTraversalQueue.cpp
Andreas Kling 2c5f7ad8e4 LibWeb: Use a HashTable when querying SessionHistoryTraversalQueue
Instead of asking "do you have an entry not in this Vector", let's ask
"do you have an entry not in this HashTable".

(cherry picked from commit 861d46be3e69aeb1ca4a9e75029b4ce653bbcf47)
2024-11-17 13:47:42 -05:00

2.5 KiB