We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07a563a commit c3956b6Copy full SHA for c3956b6
1 file changed
Source/WebKit/UIProcess/API/glib/WebKitWebContext.cpp
@@ -447,8 +447,12 @@ static void webkitWebContextConstructed(GObject* object)
447
#if USE(CAIRO)
448
configuration.setUseSystemAppearanceForScrollbars(priv->useSystemAppearanceForScrollbars);
449
#endif
450
+#else
451
+#if PLATFORM(WPE)
452
+ configuration.setProcessSwapsOnNavigation(false);
453
#else
454
configuration.setProcessSwapsOnNavigation(true);
455
+#endif
456
457
if (priv->memoryPressureSettings) {
458
configuration.setMemoryPressureHandlerConfiguration(webkitMemoryPressureSettingsGetMemoryPressureHandlerConfiguration(priv->memoryPressureSettings));
0 commit comments