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 88d46b5 commit 79223f3Copy full SHA for 79223f3
Userland/Libraries/LibWeb/DOM/Document.cpp
@@ -3117,7 +3117,7 @@ void Document::run_unloading_cleanup_steps()
3117
// FIXME: 3. For each WebTransport object transport whose relevant global object is window, run the context cleanup steps given transport.
3118
3119
// 4. If document's salvageable state is false, then:
3120
- if (m_salvageable) {
+ if (!m_salvageable) {
3121
// FIXME: 1. For each EventSource object eventSource whose relevant global object is equal to window, forcibly close eventSource.
3122
3123
// 2. Clear window's map of active timers.
0 commit comments