зеркало из https://github.com/mozilla/gecko-dev.git
Look for 'NSPL' as well as 'shlb'. Fix for bug #45697. r=av, sr=scc, a=rtm++.
This commit is contained in:
Родитель
6bafa9a564
Коммит
9d1c3322a1
|
@ -749,7 +749,7 @@ nsNativeComponentLoader::AutoRegisterComponent(PRInt32 when,
|
|||
// on Mac, Mozilla shared libraries are of type 'shlb'
|
||||
// Note: we don't check the creator (which for Mozilla is 'MOZZ')
|
||||
// so that 3rd party shared libraries will be noticed!
|
||||
validExtension = (type == 'shlb');
|
||||
validExtension = ((type == 'shlb') || (type == 'NSPL'));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче