mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
df1407645d
commit
a06b256405
@ -469,6 +469,9 @@ LoadDirsIntoArray(nsCOMArray<nsIFile>& aSourceDirs,
|
||||
aAppendList,
|
||||
aDirectories);
|
||||
}
|
||||
|
||||
if (NS_SUCCEEDED(appended->Exists(&exists)) && exists)
|
||||
aDirectories.AppendObject(appended);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user