Bug 1104623 - Inherit security flags if channel already has a loadinfo attached in NS_NewChannel (r=bz,sworkman)

This commit is contained in:
Christoph Kerschbaumer
2014-12-07 20:25:46 -08:00
parent 79efbacec3
commit a27183b66d
3 changed files with 65 additions and 27 deletions

View File

@@ -122,4 +122,10 @@ LoadInfo::GetBaseURI(nsIURI** aBaseURI)
return NS_OK;
}
nsIURI*
LoadInfo::BaseURI()
{
return mBaseURI;
}
} // namespace mozilla