[gnome-notes/remove-deprecated-webkit-process-model] webkit-editor: remove deprecated process model




commit aa4434fe60d99a4e7a8ae2b3fbeca62549da7516
Author: Isaque Galdino <igaldino gmail com>
Date:   Sun May 16 22:50:49 2021 -0300

    webkit-editor: remove deprecated process model
    
    WEBKIT_PROCESS_MODEL_SHARED_SECONDARY_PROCESS is deprecated since 2.26 [1]
    
(https://webkitgtk.org/reference/webkit2gtk/stable/WebKitWebContext.html#webkit-web-context-set-process-model)

 src/libbiji/editor/biji-webkit-editor.c | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/src/libbiji/editor/biji-webkit-editor.c b/src/libbiji/editor/biji-webkit-editor.c
index cf22ee7..faf7d9a 100644
--- a/src/libbiji/editor/biji-webkit-editor.c
+++ b/src/libbiji/editor/biji-webkit-editor.c
@@ -93,7 +93,6 @@ biji_webkit_editor_get_web_context (void)
   {
     web_context = webkit_web_context_get_default ();
     webkit_web_context_set_cache_model (web_context, WEBKIT_CACHE_MODEL_DOCUMENT_VIEWER);
-    webkit_web_context_set_process_model (web_context, WEBKIT_PROCESS_MODEL_SHARED_SECONDARY_PROCESS);
     webkit_web_context_set_spell_checking_enabled (web_context, TRUE);
     webkit_web_context_set_sandbox_enabled (web_context, TRUE);
   }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]