mirror of
https://github.com/RGBCube/serenity
synced 2025-07-23 07:07:41 +00:00
LibWeb: Remove invalid assertion in API method tracker promotion AO
This commit is contained in:
parent
4f088aff3d
commit
19e802d09c
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