Bug 323455: chrome override URIs not resolved, p=chpe@gnome.org, r=bsmedberg

This commit is contained in:
philringnalda%gmail.com 2006-12-31 03:20:27 +00:00
Родитель 849c7aae0d
Коммит a8ee89668a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -2423,7 +2423,7 @@ nsChromeRegistry::ProcessManifestBuffer(char *buf, PRInt32 length,
nsCOMPtr<nsIURI> chromeuri, resolveduri;
rv = io->NewURI(nsDependentCString(chrome), nsnull, nsnull,
getter_AddRefs(chromeuri));
rv |= io->NewURI(nsDependentCString(resolved), nsnull, nsnull,
rv |= io->NewURI(nsDependentCString(resolved), nsnull, manifestURI,
getter_AddRefs(resolveduri));
if (NS_FAILED(rv))
continue;