mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-08 23:42:53 +03:00
LibWeb: Remove invalid assertion in API method tracker promotion AO
This commit is contained in:
parent
4f088aff3d
commit
19e802d09c
Notes:
sideshowbarker
2024-07-17 11:29:41 +09:00
Author: https://github.com/ADKaster Commit: https://github.com/SerenityOS/serenity/commit/19e802d09c Pull-request: https://github.com/SerenityOS/serenity/pull/22850
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user