We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f088af commit 19e802dCopy full SHA for 19e802d
Userland/Libraries/LibWeb/HTML/Navigation.cpp
@@ -803,8 +803,6 @@ void Navigation::promote_an_upcoming_api_method_tracker_to_ongoing(Optional<Stri
803
804
// 3. Otherwise:
805
else {
806
- VERIFY(m_upcoming_non_traverse_api_method_tracker != nullptr);
807
-
808
// 1. Set navigation's ongoing API method tracker to navigation's upcoming non-traverse API method tracker.
809
m_ongoing_api_method_tracker = m_upcoming_non_traverse_api_method_tracker;
810
0 commit comments