We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5439d0 commit 4bf6cbfCopy full SHA for 4bf6cbf
1 file changed
Source/WebKit/UIProcess/API/glib/WebKitWebContext.cpp
@@ -440,8 +440,12 @@ static void webkitWebContextConstructed(GObject* object)
440
#if USE(CAIRO)
441
configuration.setUseSystemAppearanceForScrollbars(priv->useSystemAppearanceForScrollbars);
442
#endif
443
+#else
444
+#if PLATFORM(WPE)
445
+ configuration.setProcessSwapsOnNavigation(false);
446
#else
447
configuration.setProcessSwapsOnNavigation(true);
448
+#endif
449
450
if (priv->memoryPressureSettings) {
451
configuration.setMemoryPressureHandlerConfiguration(webkitMemoryPressureSettingsGetMemoryPressureHandlerConfiguration(priv->memoryPressureSettings));
0 commit comments