]> Skullheadx's Git Forge - surf.git/commitdiff
Remove setting processing model
authorQuentin Rameau <quinq@fifth.space>
Sun, 17 Mar 2024 06:39:00 +0000 (07:39 +0100)
committerQuentin Rameau <quinq@fifth.space>
Sun, 17 Mar 2024 07:22:18 +0000 (08:22 +0100)
The processing model we want is actually the only one supported
since 2.40.

surf.c

diff --git a/surf.c b/surf.c
index 1515a579b005bb953b3fbf86534337d47df0ff0c..72b49332baccff4a99cf0a667e9de054eb2b651f 100644 (file)
--- a/surf.c
+++ b/surf.c
@@ -1152,10 +1152,6 @@ newview(Client *c, WebKitWebView *rv)
 
                cookiemanager = webkit_web_context_get_cookie_manager(context);
 
-               /* rendering process model, can be a shared unique one
-                * or one for each view */
-               webkit_web_context_set_process_model(context,
-                   WEBKIT_PROCESS_MODEL_MULTIPLE_SECONDARY_PROCESSES);
                /* TLS */
                webkit_website_data_manager_set_tls_errors_policy(
                    webkit_web_context_get_website_data_manager(context),