We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdf0e8a commit 090ff40Copy full SHA for 090ff40
1 file changed
Source/WebKit/UIProcess/API/glib/WebKitWebContext.cpp
@@ -430,8 +430,12 @@ static void webkitWebContextConstructed(GObject* object)
430
#if PLATFORM(GTK) && !USE(GTK4) && USE(CAIRO)
431
configuration.setProcessSwapsOnNavigation(priv->psonEnabled);
432
configuration.setUseSystemAppearanceForScrollbars(priv->useSystemAppearanceForScrollbars);
433
+#else
434
+#if PLATFORM(WPE)
435
+ configuration.setProcessSwapsOnNavigation(false);
436
#else
437
configuration.setProcessSwapsOnNavigation(true);
438
+#endif
439
#endif
440
if (priv->memoryPressureSettings) {
441
configuration.setMemoryPressureHandlerConfiguration(webkitMemoryPressureSettingsGetMemoryPressureHandlerConfiguration(priv->memoryPressureSettings));
0 commit comments