From 80c0a969d0065b722f8cf1f76ae004e385c13641 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sat, 30 Sep 2017 00:51:38 -0400 Subject: mq_application_new(): Set WebKit process model --- (limited to 'src') diff --git a/src/application.c b/src/application.c index 9ae8448..f3061a3 100644 --- a/src/application.c +++ b/src/application.c @@ -40,6 +40,8 @@ mq_application_new(gchar __attribute__((unused)) *profile, web_context = webkit_web_context_get_default(); webkit_web_context_set_favicon_database_directory(web_context, NULL); + webkit_web_context_set_process_model(web_context, + WEBKIT_PROCESS_MODEL_MULTIPLE_SECONDARY_PROCESSES); webkit_web_context_register_uri_scheme(web_context, "mq-about", (WebKitURISchemeRequestCallback) mq_about_request, application, NULL); -- cgit v0.9.1