Bug 1443379 - Stop pretending cacheKey can be anything other than uint32_t, r=smaug

This commit is contained in:
Nika Layzell
2018-03-05 22:19:42 -05:00
parent c9d79705bd
commit f614b85fbe
25 changed files with 74 additions and 216 deletions

View File

@@ -155,7 +155,7 @@ nsMacShellService::SetDesktopBackground(nsIDOMElement* aElement,
loadContext = do_QueryInterface(docShell);
}
return wbp->SaveURI(imageURI, nullptr,
return wbp->SaveURI(imageURI, 0,
docURI, content->OwnerDoc()->GetReferrerPolicy(),
nullptr, nullptr,
mBackgroundFile, loadContext);