Backed out 5 changesets (bug 1639833) for failures on browser_blockingIndexedDbInWorkers.js. CLOSED TREE
Backed out changeset 6b4f76d65540 (bug 1639833) Backed out changeset c77acba1aacb (bug 1639833) Backed out changeset 30c97666919e (bug 1639833) Backed out changeset d769b313441a (bug 1639833) Backed out changeset ed41b41d1b03 (bug 1639833)
This commit is contained in:
@@ -162,10 +162,10 @@ void nsHTMLDocument::Reset(nsIChannel* aChannel, nsILoadGroup* aLoadGroup) {
|
||||
|
||||
void nsHTMLDocument::ResetToURI(nsIURI* aURI, nsILoadGroup* aLoadGroup,
|
||||
nsIPrincipal* aPrincipal,
|
||||
nsIPrincipal* aPartitionedPrincipal) {
|
||||
nsIPrincipal* aStoragePrincipal) {
|
||||
mLoadFlags = nsIRequest::LOAD_NORMAL;
|
||||
|
||||
Document::ResetToURI(aURI, aLoadGroup, aPrincipal, aPartitionedPrincipal);
|
||||
Document::ResetToURI(aURI, aLoadGroup, aPrincipal, aStoragePrincipal);
|
||||
|
||||
mImages = nullptr;
|
||||
mApplets = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user