summaryrefslogtreecommitdiff
path: root/toolkit/profile/content/profileSelection.js
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/profile/content/profileSelection.js')
-rw-r--r--toolkit/profile/content/profileSelection.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/toolkit/profile/content/profileSelection.js b/toolkit/profile/content/profileSelection.js
index 9fb77dfcd0..05ef6f5edb 100644
--- a/toolkit/profile/content/profileSelection.js
+++ b/toolkit/profile/content/profileSelection.js
@@ -134,7 +134,9 @@ function onProfilesKey(aEvent)
switch ( aEvent.keyCode )
{
case KeyEvent.DOM_VK_BACK_SPACE:
+#ifndef XP_MACOSX
break;
+#endif
case KeyEvent.DOM_VK_DELETE:
ConfirmDelete();
break;