summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Rameau <quinq@fifth.space>2024-03-17 07:39:00 +0100
committerRafael Marçalo <raroma09@gmail.com>2024-06-10 21:12:49 +0100
commitcbf61ec394097d7cdaa72b88e0598d410a92bed2 (patch)
treea41538418d4a5bdae3e103b57f4b1870d048f895
parent51b08f698635d911e6f76d27a9b9f31fb1a9d7cd (diff)
Remove setting processing model
The processing model we want is actually the only one supported since 2.40.
-rw-r--r--surf.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/surf.c b/surf.c
index a9c43b1..9bc9ef3 100644
--- a/surf.c
+++ b/surf.c
@@ -1183,10 +1183,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),