Bug 176782 -- hang with scriptable Flash plugin, patch by serge, r=av, sr=darin

This commit is contained in:
av%netscape.com 2002-11-16 03:38:01 +00:00
Родитель c69f246d7a
Коммит c9c5e9d854
1 изменённых файлов: 1 добавлений и 2 удалений

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

@ -5910,8 +5910,7 @@ nsresult nsPluginHostImpl::NewEmbededPluginStream(nsIURI* aURL,
nsCOMPtr<nsIChannel> channel;
rv = NS_NewChannel(getter_AddRefs(channel), aURL, nsnull, loadGroup, nsnull,
/* prevents throbber from becoming active */ nsIRequest::LOAD_BACKGROUND);
rv = NS_NewChannel(getter_AddRefs(channel), aURL, nsnull, loadGroup, nsnull);
if (NS_SUCCEEDED(rv)) {
// if this is http channel, set referrer, some servers are configured
// to reject requests without referrer set, see bug 157796