diff --git a/mozilla/modules/plugin/base/src/nsPluginHostImpl.cpp b/mozilla/modules/plugin/base/src/nsPluginHostImpl.cpp index 1f12171a134..397907782e3 100644 --- a/mozilla/modules/plugin/base/src/nsPluginHostImpl.cpp +++ b/mozilla/modules/plugin/base/src/nsPluginHostImpl.cpp @@ -5910,8 +5910,7 @@ nsresult nsPluginHostImpl::NewEmbededPluginStream(nsIURI* aURL, nsCOMPtr 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