portalHelper: Switch to soup3-based WebKitGTK

The soup2-based version will be discontinued soon, so simply
switch to the (API-compatible) soup3-based version.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2338>
This commit is contained in:
Florian Müllner 2022-06-17 18:48:30 +02:00 committed by Marge Bot
parent 367ea00058
commit c24785ce9f

View File

@ -1,7 +1,7 @@
/* exported main */
imports.gi.versions.Pango = '1.0';
imports.gi.versions.Gtk = '3.0';
imports.gi.versions.WebKit2 = '4.0';
imports.gi.versions.WebKit2 = '4.1';
const Format = imports.format;
const Gettext = imports.gettext;