Bug 176782 -- hang with scriptable Flash plugin, patch by serge, r=av, sr=darin
git-svn-id: svn://10.0.0.236/trunk@133951 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
c97983a27d
commit
7fa8d67a9e
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user