LibWeb: Remove invalid assertion in API method tracker promotion AO

This commit is contained in:
Andrew Kaster 2023-11-03 19:21:55 -06:00 committed by Alexander Kalenik
parent 4f088aff3d
commit 19e802d09c
Notes: sideshowbarker 2024-07-17 11:29:41 +09:00

View File

@ -803,8 +803,6 @@ void Navigation::promote_an_upcoming_api_method_tracker_to_ongoing(Optional<Stri
// 3. Otherwise:
else {
VERIFY(m_upcoming_non_traverse_api_method_tracker != nullptr);
// 1. Set navigation's ongoing API method tracker to navigation's upcoming non-traverse API method tracker.
m_ongoing_api_method_tracker = m_upcoming_non_traverse_api_method_tracker;