Skip to content

Commit 712afdd

Browse files
committed
Fix the name of the allow-move-to-suspend-on-window-close property
1 parent d67f254 commit 712afdd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/WebKit/UIProcess/API/glib/WebKitSettings.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1713,7 +1713,7 @@ static void webkit_settings_class_init(WebKitSettingsClass* klass)
17131713
*
17141714
*/
17151715
sObjProperties[PROP_ALLOW_MOVE_TO_SUSPEND_ON_WINDOW_CLOSE] = g_param_spec_boolean(
1716-
"allow-scripts-to-close-windows",
1716+
"allow-move-to-suspend-on-window-close",
17171717
_("Allow move to suspend on window.close()"),
17181718
_("Allow to suspend browser instead of closing window on window.close()"),
17191719
FALSE,

0 commit comments

Comments
 (0)