mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-03 17:02:56 +00:00
parent
6751d03ea7
commit
6dfd503518
Notes:
sideshowbarker
2024-07-19 05:00:09 +09:00
Author: https://github.com/tomuta
Commit: 6dfd503518
Pull-request: https://github.com/SerenityOS/serenity/pull/2718
Reviewed-by: https://github.com/ADKaster
Reviewed-by: https://github.com/alimpfard
Reviewed-by: https://github.com/awesomekling
Reviewed-by: https://github.com/bugaevc
3 changed files with 7 additions and 17 deletions
|
@ -516,9 +516,6 @@ void Shell::restore_stdin()
|
|||
|
||||
void Shell::block_on_job(RefPtr<Job> job)
|
||||
{
|
||||
ScopedValueRollback accepting_signal_rollback(m_is_accepting_signals);
|
||||
m_is_accepting_signals = false;
|
||||
|
||||
if (!job)
|
||||
return;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue