summaryrefslogtreecommitdiff
path: root/dom/xbl
diff options
context:
space:
mode:
Diffstat (limited to 'dom/xbl')
-rw-r--r--dom/xbl/nsXBLPrototypeHandler.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/dom/xbl/nsXBLPrototypeHandler.cpp b/dom/xbl/nsXBLPrototypeHandler.cpp
index 963e6835c6..4872a850d7 100644
--- a/dom/xbl/nsXBLPrototypeHandler.cpp
+++ b/dom/xbl/nsXBLPrototypeHandler.cpp
@@ -167,13 +167,8 @@ nsXBLPrototypeHandler::InitAccessKeys()
return;
}
- // Compiled-in defaults, in case we can't get the pref --
- // mac doesn't have menu shortcuts, other platforms use alt.
-#ifdef XP_MACOSX
- kMenuAccessKey = 0;
-#else
+ // Compiled-in defaults, in case we can't get the pref
kMenuAccessKey = nsIDOMKeyEvent::DOM_VK_ALT;
-#endif
// Get the menu access key value from prefs, overriding the default:
kMenuAccessKey =