LibCore: Stop obsessing about tiny OOMs in Core::Timer

Work towards #20405
This commit is contained in:
Andreas Kling
2024-04-16 20:34:01 +02:00
parent bf1c82724f
commit 1cb5385a29
52 changed files with 111 additions and 113 deletions

View File

@@ -37,7 +37,7 @@ SessionHistoryTraversalQueue::SessionHistoryTraversalQueue()
entry->execute_steps();
m_is_task_running = false;
}
}).release_value_but_fixme_should_propagate_errors();
});
}
void SessionHistoryTraversalQueue::visit_edges(JS::Cell::Visitor& visitor)