This commit is contained in:
warren%netscape.com 1999-06-25 00:08:05 +00:00
Родитель 18af8d84a2
Коммит 284a2825df
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -567,7 +567,7 @@ ImageNetContextImpl::GetURL (ilIURL * aURL,
}
else {
#ifdef NECKO
nsresult rv = NS_OpenURI(nsurl, ic);
nsresult rv = NS_OpenURI(ic, nsurl);
#else
nsresult rv = NS_OpenURL(nsurl, ic);
#endif