summaryrefslogtreecommitdiff
path: root/toolkit/profile
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2020-02-07 04:51:00 -0500
committerMatt A. Tobin <email@mattatobin.com>2020-02-07 04:51:00 -0500
commit1921a8e65a8d3a3b7f03fbc3bc3db4e0f725d459 (patch)
treead274165cee145ab8d28bce62334f1293235d997 /toolkit/profile
parent15d4ea66a066e9919bd801649d885fd537ce48ad (diff)
downloadaura-central-1921a8e65a8d3a3b7f03fbc3bc3db4e0f725d459.tar.gz
Issue mcp-graveyard/UXP%65 - Correct fallthough case in profileSelection.js
Diffstat (limited to 'toolkit/profile')
-rw-r--r--toolkit/profile/content/profileSelection.js2
1 files changed, 1 insertions, 1 deletions
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: