From 2258e09d595c3e4171eb83cb57692e5e9d08d226 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 7 Feb 2020 04:51:00 -0500 Subject: Issue #65 - Correct fallthough case in profileSelection.js --- toolkit/profile/content/profileSelection.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolkit') diff --git a/toolkit/profile/content/profileSelection.js b/toolkit/profile/content/profileSelection.js index 65a2ba13f..05ef6f5ed 100644 --- a/toolkit/profile/content/profileSelection.js +++ b/toolkit/profile/content/profileSelection.js @@ -133,8 +133,8 @@ function onProfilesKey(aEvent) { switch ( aEvent.keyCode ) { -#ifndef XP_MACOSX case KeyEvent.DOM_VK_BACK_SPACE: +#ifndef XP_MACOSX break; #endif case KeyEvent.DOM_VK_DELETE: -- cgit v1.2.3