Blame SOURCES/evolution-shared-secondary-process.patch

e16eb3
diff --git a/Source/WebKit/UIProcess/API/glib/WebKitWebContext.cpp b/Source/WebKit/UIProcess/API/glib/WebKitWebContext.cpp
9f643f
index 6dd9f20e4ff2..995f355f6ee3 100644
e16eb3
--- a/Source/WebKit/UIProcess/API/glib/WebKitWebContext.cpp
e16eb3
+++ b/Source/WebKit/UIProcess/API/glib/WebKitWebContext.cpp
9f643f
@@ -400,6 +400,9 @@ static void webkitWebContextConstructed(GObject* object)
9f643f
 #endif
9f643f
 #endif
9f643f
 
9f643f
+    if (!g_strcmp0(g_get_prgname(), "evolution"))
9f643f
+        configuration.setUsesSingleWebProcess(true);
9f643f
+
9f643f
     if (!priv->websiteDataManager)
9f643f
         priv->websiteDataManager = adoptGRef(webkit_website_data_manager_new("local-storage-directory", priv->localStorageDirectory.data(), nullptr));
9f643f