mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-15 04:39:31 +00:00
bug 69167; plugin load fails silently on library not found; r=av, sr=waterson, a=roc+moz
This commit is contained in:
parent
622522e134
commit
786285ca2c
@ -372,10 +372,11 @@ nsresult nsPluginFile::LoadPlugin(PRLibrary* &outLibrary)
|
||||
// namespace before attempting to load the plug-in seems to
|
||||
// work fine.
|
||||
if (!pLibrary) {
|
||||
DisplayPR_LoadLibraryErrorMessage(libSpec.value.pathname);
|
||||
LoadExtraSharedLibs();
|
||||
// try reload plugin ones more
|
||||
pLibrary = outLibrary = PR_LoadLibraryWithFlags(libSpec, 0);
|
||||
if (!pLibrary)
|
||||
DisplayPR_LoadLibraryErrorMessage(libSpec.value.pathname);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user