txURIUtils.cpp (palemoon-29.4.1-source.tar.xz) | : | txURIUtils.cpp (palemoon-29.4.2-source.tar.xz) | ||
---|---|---|---|---|
skipping to change at line 77 | skipping to change at line 77 | |||
nsIChannel::LOAD_BYPASS_SERVICE_WORKER); | nsIChannel::LOAD_BYPASS_SERVICE_WORKER); | |||
if (NS_FAILED(rv)) { | if (NS_FAILED(rv)) { | |||
return; | return; | |||
} | } | |||
} | } | |||
aNewDoc->Reset(channel, loadGroup); | aNewDoc->Reset(channel, loadGroup); | |||
aNewDoc->SetPrincipal(sourcePrincipal); | aNewDoc->SetPrincipal(sourcePrincipal); | |||
aNewDoc->SetBaseURI(sourceDoc->GetDocBaseURI()); | aNewDoc->SetBaseURI(sourceDoc->GetDocBaseURI()); | |||
aNewDoc->SetSandboxFlags(sourceDoc->GetSandboxFlags()); | ||||
// Copy charset | // Copy charset | |||
aNewDoc->SetDocumentCharacterSetSource( | aNewDoc->SetDocumentCharacterSetSource( | |||
sourceDoc->GetDocumentCharacterSetSource()); | sourceDoc->GetDocumentCharacterSetSource()); | |||
aNewDoc->SetDocumentCharacterSet(sourceDoc->GetDocumentCharacterSet()); | aNewDoc->SetDocumentCharacterSet(sourceDoc->GetDocumentCharacterSet()); | |||
} | } | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 1 lines changed or added |