mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-10 01:59:31 +00: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: 19e802d09c
Pull-request: https://github.com/SerenityOS/serenity/pull/22850
1 changed files with 0 additions and 2 deletions
|
@ -803,8 +803,6 @@ void Navigation::promote_an_upcoming_api_method_tracker_to_ongoing(Optional<Stri
|
||||||
|
|
||||||
// 3. Otherwise:
|
// 3. Otherwise:
|
||||||
else {
|
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.
|
// 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;
|
m_ongoing_api_method_tracker = m_upcoming_non_traverse_api_method_tracker;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue