Backed out changeset 548ed79f2337 (bug 1053321) for strange and terribly-reported failures in Android opt mochitest-15 and debug mochitest-36

CLOSED TREE

MozReview-Commit-ID: IigWQ1wnxhZ
This commit is contained in:
Phil Ringnalda
2017-08-01 23:13:42 -07:00
parent 3e57b199cf
commit 542c0c9b1a
13 changed files with 18 additions and 148 deletions

View File

@@ -947,16 +947,14 @@ nsHtml5TreeOpExecutor::PreloadScript(const nsAString& aURL,
const nsAString& aType,
const nsAString& aCrossOrigin,
const nsAString& aIntegrity,
bool aScriptFromHead,
bool aAsync,
bool aDefer)
bool aScriptFromHead)
{
nsCOMPtr<nsIURI> uri = ConvertIfNotPreloadedYet(aURL);
if (!uri) {
return;
}
mDocument->ScriptLoader()->PreloadURI(uri, aCharset, aType, aCrossOrigin,
aIntegrity, aScriptFromHead, aAsync, aDefer,
aIntegrity, aScriptFromHead,
mSpeculationReferrerPolicy);
}