зеркало из https://github.com/mozilla/gecko-dev.git
Bug 367816, mimeTypes[] array not refreshed on Java installation, r+sr+a=jst
This commit is contained in:
Родитель
da19acfd9e
Коммит
9b0fcbdc31
|
@ -224,7 +224,7 @@ nsPluginDirServiceProvider::GetFile(const char *prop, PRBool *persistant,
|
|||
|
||||
NS_ENSURE_ARG(prop);
|
||||
*_retval = nsnull;
|
||||
*persistant = PR_TRUE;
|
||||
*persistant = PR_FALSE;
|
||||
|
||||
nsCOMPtr<nsIPrefBranch> prefs(do_GetService(NS_PREFSERVICE_CONTRACTID));
|
||||
if (!prefs) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче