зеркало из https://github.com/mozilla/gecko-dev.git
Partial fix for 73905, JS files not loaded with nsIChannel::LOAD_NORMAL.
r=darin, sr=hyatt
This commit is contained in:
Родитель
aaa5e0e11a
Коммит
6251aa58fa
|
@ -5077,7 +5077,7 @@ HTMLContentSink::ProcessSCRIPTTag(const nsIParserNode& aNode)
|
|||
nsCOMPtr<nsIInterfaceRequestor> promptcall(do_QueryInterface(mWebShell));
|
||||
rv = NS_NewStreamLoader(getter_AddRefs(loader), mScriptURI, this,
|
||||
nsnull, loadGroup, promptcall,
|
||||
nsIChannel::FORCE_RELOAD);
|
||||
nsIChannel::LOAD_NORMAL);
|
||||
if (NS_OK == rv) {
|
||||
rv = NS_ERROR_HTMLPARSER_BLOCK;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче