зеркало из https://github.com/mozilla/pjs.git
fix build bustage.
This commit is contained in:
Родитель
e5e4a62337
Коммит
57e798617c
|
@ -1508,7 +1508,7 @@ PRInt32 nsCharsetMenu::FindMenuItemInArray(nsVoidArray * aArray,
|
|||
|
||||
for (PRUint32 i=0; i < count; i++) {
|
||||
nsMenuItem2 * item = (nsMenuItem2 *) aArray->ElementAt(i);
|
||||
if (item->mCharset == aCharset) {
|
||||
if (item->mCharset.get() == aCharset) {
|
||||
if (aResult != NULL) *aResult = item;
|
||||
return i;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче