diff --git a/mozilla/content/base/src/nsContentUtils.cpp b/mozilla/content/base/src/nsContentUtils.cpp index aeec6c15c8a..e81c2cac9e8 100644 --- a/mozilla/content/base/src/nsContentUtils.cpp +++ b/mozilla/content/base/src/nsContentUtils.cpp @@ -4035,7 +4035,7 @@ nsContentUtils::GetAccelKeyCandidates(nsIDOMEvent* aDOMEvent, for (PRUint32 i = 0; i < nativeKeyEvent->alternativeCharCodes.Length(); ++i) { PRUint32 ch = - nativeKeyEvent->alternativeCharCodes[0].mUnshiftedCharCode; + nativeKeyEvent->alternativeCharCodes[i].mUnshiftedCharCode; if (!ch || ch == nativeKeyEvent->charCode) continue;