bug 746457 - fix bustage in reading extension default prefs (not covered by tests) from changeset ef55c163a23a (bug 725408); r,a=bustage

This commit is contained in:
Myk Melez 2012-04-17 23:58:12 -07:00
parent df1407645d
commit a06b256405

View File

@ -469,6 +469,9 @@ LoadDirsIntoArray(nsCOMArray<nsIFile>& aSourceDirs,
aAppendList,
aDirectories);
}
if (NS_SUCCEEDED(appended->Exists(&exists)) && exists)
aDirectories.AppendObject(appended);
}
}