Remove setting processing model

The processing model we want is actually the only one supported
since 2.40.
This commit is contained in:
Quentin Rameau
2024-03-17 07:39:00 +01:00
parent 5e591b89a1
commit 4bab57968d
-4
View File
@@ -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),