1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-08 13:37:10 +09:00

Ladybird: Add ability to create a tab without creating a new WebContent

This commit is contained in:
Andrew Kaster 2024-01-30 09:12:14 -07:00 committed by Tim Flynn
parent 506707cc2b
commit 48ce8fb4e9
Notes: sideshowbarker 2024-07-17 05:18:58 +09:00
11 changed files with 36 additions and 21 deletions

View file

@ -334,7 +334,7 @@ void ViewImplementation::handle_web_content_process_crash()
}
m_repeated_crash_timer->restart();
create_client();
initialize_client();
VERIFY(m_client_state.client);
// Don't keep a stale backup bitmap around.